Can you support "Match - Search" feature?
Closed this issue · 1 comments
4kzeng commented
example:
src text: hello, ac97!
char* p = re_search(src, "^.+,/s?+ac(/d/d)");
if( p != NULL )
printf("Number is %c%c\n", *p, *(p+1));
Closed this issue · 1 comments
example:
src text: hello, ac97!
char* p = re_search(src, "^.+,/s?+ac(/d/d)");
if( p != NULL )
printf("Number is %c%c\n", *p, *(p+1));