Search results

  1. manpages.ubuntu.com/manpages/lucid/man3/​pcre.3.html   Cached
    NAME PCRE - Perl-compatible ... the escape sequences \p ... PCRE supports case-insensitive matching only when there is a one-to-one mapping between a letter’s cases.
  2. rpm.pbone.net/.../stat/45/idpl/17151276/​numer/3/nazwa/pcre   Cached
    NAME PCRE - Perl-compatible regular expressions INTRODUCTION. ... (sic) bytes if PCRE iscompiled with the default internal linkage size of 2.
  3. www.sta.bryansk.ru/doc/pcre/html/​pcre.html   Cached
    pcre man page. Return to the PCRE index page. This page is part of the PCRE HTML documentation. It was generated automatically from the original man page.
  4. regextester.com/pregsyntax.html   Cached
    Each pair of escape sequences partitions the ... It is not possible to handle an ... is provided for the specific case of recursion. This PCRE pattern ...
  5. www.quickmacros.com/help/RegExp/IDP_​PCRE.html   Cached
    Escape sequences are processed ... The PCRE library is a set of functions that ... (\b), character classes (\w, \s, etc), not supported case insensitivity ...
  6. www.unix.com/man-page/Linux/3/pcre   Cached
    pcrepattern(3) - Perl-compatible regular expressions pcre(3) - Perl-compatible regular expressions. Man page for pcre(3) in the man set for linux at The UNIX and ...
  7. man7.org/linux/man-pages//man3/​pcreunicode.3.html   Cached
    PCREUNICODE(3) PCREUNICODE(3) NAME top PCRE - Perl-compatible regular expressions UTF-8, UTF-16, UTF-32, AND ...
  8. perldoc.perl.org/perlre.html   Cached
    Do case-insensitive pattern ... Escape sequences. ... easier for programmers with experience with the Python or PCRE regex engines the pattern (?P>NAME) ...
  9. bytes.com/topic/python/answers/42818-​html-escape-sequences   Cached
    html escape sequences. Python Forums on Bytes. ... Will McGugan wrote: I'd like to replace html escape sequences, like &nbsp and &#39 with
  10. bytes.com/.../215623-literal-escape-​sequence-conversion-raw   Cached
    literal escape sequence conversion to raw. C / C++ Forums on Bytes. Careers. ... I need to convert escape sequences entered into my program to ... case 'r': *out++ ...