diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2010-06-03 19:18:24 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2010-06-03 19:18:24 +0000 |
commit | c8b8f5074c8e0f3ccf5621bf55a5b13b8c32043f (patch) | |
tree | 1c305bfeea11677c8369a04f363841e5ccc2d7fa /doc/html/pcre_compile.html | |
parent | fb40fb6ad1eff9249f36732b6628ef6285ea9a39 (diff) | |
download | pcre-c8b8f5074c8e0f3ccf5621bf55a5b13b8c32043f.tar.gz |
Prepare for release candidate.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@535 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcre_compile.html')
-rw-r--r-- | doc/html/pcre_compile.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/pcre_compile.html b/doc/html/pcre_compile.html index 773594f..221351b 100644 --- a/doc/html/pcre_compile.html +++ b/doc/html/pcre_compile.html @@ -66,11 +66,12 @@ The option bits are: PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 validity (only relevant if PCRE_UTF8 is set) + PCRE_UCP Use Unicode properties for \d, \w, etc. PCRE_UNGREEDY Invert greediness of quantifiers PCRE_UTF8 Run in UTF-8 mode </pre> PCRE must be built with UTF-8 support in order to use PCRE_UTF8 and -PCRE_NO_UTF8_CHECK. +PCRE_NO_UTF8_CHECK, and with UCP support if PCRE_UCP is used. </P> <P> The yield of the function is a pointer to a private data structure that |