Home | History | Annotate | Download | only in util

Lines Matching full:regular

9 // C++ interface to the pcre regular-expression library.  PCRE supports
10 // Perl-style regular expressions (with extensions like \d, \w, \s,
17 // for regular expressions:
22 // with Perl's regular expressions, here are some examples of the most
102 // PCRE makes it easy to use any string as a regular expression, without
119 // match regular expressions at the front of a string and skip over
135 // regular expression matches an empty string, input will advance
136 // by 0 bytes. If the regular expression being used might match
193 // Interface for regular expression matching. Also corresponds to a
194 // pre-compiled regular expression. An "PCRE" object is safe for
435 // as a regular expression, will exactly match the original string.
524 // NOTE: If you are handling regular expressions specified by
546 // If the regular expression is malformed, an error message will be printed