Hi,
My sample string is "Mississippi" and the
pcre_compile call is re =
pcre_compile("[sp]{2}",0,&error,&erroffset,NULL);
The return rc value is 1 and the string indexes i get
are 2 and 4. it only matches the first occurance.
am i missing any options.
please help.
thanks,
stuart