summaryrefslogtreecommitdiff
path: root/Utilities/PCRE/man/html/pcre_maketables.3.html
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@gmail.com>2010-02-15 05:51:01 +0300
committerGluzskiy Alexandr <sss123next@gmail.com>2010-02-15 05:51:01 +0300
commit7fd9fe181150f166a098eaf4e006f878c28cb770 (patch)
tree093af9d26a08e6bac60112a9c5f2f870ddef0fe8 /Utilities/PCRE/man/html/pcre_maketables.3.html
parent6f32ef233b95d78efb905c97081193a2a454590e (diff)
sort
Diffstat (limited to 'Utilities/PCRE/man/html/pcre_maketables.3.html')
-rw-r--r--Utilities/PCRE/man/html/pcre_maketables.3.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/Utilities/PCRE/man/html/pcre_maketables.3.html b/Utilities/PCRE/man/html/pcre_maketables.3.html
new file mode 100644
index 0000000..7a73848
--- /dev/null
+++ b/Utilities/PCRE/man/html/pcre_maketables.3.html
@@ -0,0 +1,39 @@
+<!-- manual page source format generated by PolyglotMan v3.2, -->
+<!-- available at http://polyglotman.sourceforge.net/ -->
+
+<html>
+<head>
+<title>PCRE(3) manual page</title>
+</head>
+<body bgcolor='white'>
+<a href='#toc'>Table of Contents</a><p>
+
+<h2><a name='sect0' href='#toc0'>Name</a></h2>
+PCRE - Perl-compatible regular expressions
+<h2><a name='sect1' href='#toc1'>Synopsis</a></h2>
+ <p>
+<b>#include &lt;pcre.h&gt;</b> <p>
+<font size='-1'></font>
+ <br>
+<b>const unsigned char *pcre_maketables(void);</b>
+<h2><a name='sect2' href='#toc2'>Description</a></h2>
+ <p>
+This function
+builds a set of character tables for character values less than 256. These
+can be passed to <b>pcre_compile()</b> to override PCRE&rsquo;s internal, built-in tables
+(which were made by <b>pcre_maketables()</b> when PCRE was compiled). You might
+want to do this if you are using a non-standard locale. The function yields
+a pointer to the tables. <p>
+There is a complete description of the PCRE native
+API in the <b>pcreapi</b> page and a description of the POSIX API in the <b>pcreposix</b>
+ page. <p>
+
+<hr><p>
+<a name='toc'><b>Table of Contents</b></a><p>
+<ul>
+<li><a name='toc0' href='#sect0'>Name</a></li>
+<li><a name='toc1' href='#sect1'>Synopsis</a></li>
+<li><a name='toc2' href='#sect2'>Description</a></li>
+</ul>
+</body>
+</html>