~ubuntu-branches/ubuntu/trusty/pcre3/trusty

« back to all changes in this revision

Viewing changes to doc/html/pcrecpp.html

  • Committer: Package Import Robot
  • Author(s): Mark Baker
  • Date: 2012-09-13 19:58:45 UTC
  • mfrom: (23.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120913195845-wd12z63sm0b07n59
Tags: 1:8.31-1
* New upstream release
* Applied patch from upstream bugzilla #1287 to fix bug where wrong
  value is in re_nsub in some cases (Closes: #686495)

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
   PCRE_DOTALL           dot matches newlines        /s
193
193
   PCRE_DOLLAR_ENDONLY   $ matches only at end       N/A
194
194
   PCRE_EXTRA            strict escape parsing       N/A
195
 
   PCRE_EXTENDED         ignore whitespaces          /x
 
195
   PCRE_EXTENDED         ignore white spaces         /x
196
196
   PCRE_UTF8             handles UTF8 chars          built-in
197
197
   PCRE_UNGREEDY         reverses * and *?           N/A
198
198
   PCRE_NO_AUTO_CAPTURE  disables capturing parens   N/A (*)