You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2018. It is now read-only.
rc=pcre_exec (re,
NULL,
subject->value. s,
(int) strlen (subject->value. s),
0,
0, /* This is the options parameter in the pcre call. */ovector,
oveccount);
The text was updated successfully, but these errors were encountered:
evoskuil
changed the title
rc = pcre_exec (re, NULL, subject-> value. s, (int) strlen (subject-> value. s), 0, 0, ovector, oveccount);
Problem: regular expressions don't accept options.
Mar 18, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/imatix/gsl/blob/master/src/ggpcre.c#L129
The text was updated successfully, but these errors were encountered: