Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Problem: regular expressions don't accept options. #84

Open
evoskuil opened this issue Mar 18, 2015 · 0 comments
Open

Problem: regular expressions don't accept options. #84

evoskuil opened this issue Mar 18, 2015 · 0 comments

Comments

@evoskuil
Copy link
Member

https://github.com/imatix/gsl/blob/master/src/ggpcre.c#L129

    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);
@evoskuil 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant