Home | History | Annotate | Download | only in re2

Lines Matching full:perl

9 // RE2 supports Perl-style regular expressions (with extensions like
16 // its syntax for regular expressions, which is similar to Perl's with
21 // supported by RE2, and a comparison with PCRE and PERL regexps.
23 // For those not familiar with Perl's regular expressions,
224 ErrorBadPerlOp, // bad perl operator
488 // perl_classes (false) allow Perl's \d \s \w \D \S \W
489 // word_boundary (false) allow Perl's \b \B (word boundary and not)