Search:

Type: Posts; User: grytskiv

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    13,676

    THANKS for example!!!

    THANKS for example!!!
  2. Replies
    4
    Views
    13,676

    Ok, I write some code for get ALL numbers from...

    Ok, I write some code for get ALL numbers from string:



    int error = 0;
    regex_t re;
    size_t a = 2;
    regmatch_t arrayOfMatches[10];
    int counter=0;
    int *Matches;
  3. Replies
    4
    Views
    13,676

    How get all numbers by regex?

    How get all numbers by regex?

    If I input string like "34df4354sdf234ds23", after regexec I get only:
    submatch: 1
    match 0: 34


    How get something like this:
    submatch: 4
    match 0: 34
Results 1 to 3 of 3