Lines Matching full:tr
20 <tr><td><a href="pcre2.html">pcre2</a></td>
21 <td> Introductory page</td></tr>
23 <tr><td><a href="pcre2-config.html">pcre2-config</a></td>
24 <td> Information about the installation configuration</td></tr>
26 <tr><td><a href="pcre2api.html">pcre2api</a></td>
27 <td> PCRE2's native API</td></tr>
29 <tr><td><a href="pcre2build.html">pcre2build</a></td>
30 <td> Building PCRE2</td></tr>
32 <tr><td><a href="pcre2callout.html">pcre2callout</a></td>
33 <td> The <i>callout</i> facility</td></tr>
35 <tr><td><a href="pcre2compat.html">pcre2compat</a></td>
36 <td> Compability with Perl</td></tr>
38 <tr><td><a href="pcre2convert.html">pcre2convert</a></td>
39 <td> Experimental foreign pattern conversion functions</td></tr>
41 <tr><td><a href="pcre2demo.html">pcre2demo</a></td>
42 <td> A demonstration C program that uses the PCRE2 library</td></tr>
44 <tr><td><a href="pcre2grep.html">pcre2grep</a></td>
45 <td> The <b>pcre2grep</b> command</td></tr>
47 <tr><td><a href="pcre2jit.html">pcre2jit</a></td>
48 <td> Discussion of the just-in-time optimization support</td></tr>
50 <tr><td><a href="pcre2limits.html">pcre2limits</a></td>
51 <td> Details of size and other limits</td></tr>
53 <tr><td><a href="pcre2matching.html">pcre2matching</a></td>
54 <td> Discussion of the two matching algorithms</td></tr>
56 <tr><td><a href="pcre2partial.html">pcre2partial</a></td>
57 <td> Using PCRE2 for partial matching</td></tr>
59 <tr><td><a href="pcre2pattern.html">pcre2pattern</a></td>
60 <td> Specification of the regular expressions supported by PCRE2</td></tr>
62 <tr><td><a href="pcre2perform.html">pcre2perform</a></td>
63 <td> Some comments on performance</td></tr>
65 <tr><td><a href="pcre2posix.html">pcre2posix</a></td>
66 <td> The POSIX API to the PCRE2 8-bit library</td></tr>
68 <tr><td><a href="pcre2sample.html">pcre2sample</a></td>
69 <td> Discussion of the pcre2demo program</td></tr>
71 <tr><td><a href="pcre2serialize.html">pcre2serialize</a></td>
72 <td> Serializing functions for saving precompiled patterns</td></tr>
74 <tr><td><a href="pcre2syntax.html">pcre2syntax</a></td>
75 <td> Syntax quick-reference summary</td></tr>
77 <tr><td><a href="pcre2test.html">pcre2test</a></td>
78 <td> The <b>pcre2test</b> command for testing PCRE2</td></tr>
80 <tr><td><a href="pcre2unicode.html">pcre2unicode</a></td>
81 <td> Discussion of Unicode and UTF-8/UTF-16/UTF-32 support</td></tr>
91 <tr><td><a href="pcre2_callout_enumerate.html">pcre2_callout_enumerate</a></td>
92 <td> Enumerate callouts in a compiled pattern</td></tr>
94 <tr><td><a href="pcre2_code_copy.html">pcre2_code_copy</a></td>
95 <td> Copy a compiled pattern</td></tr>
97 <tr><td><a href="pcre2_code_copy_with_tables.html">pcre2_code_copy_with_tables</a></td>
98 <td> Copy a compiled pattern and its character tables</td></tr>
100 <tr><td><a href="pcre2_code_free.html">pcre2_code_free</a></td>
101 <td> Free a compiled pattern</td></tr>
103 <tr><td><a href="pcre2_compile.html">pcre2_compile</a></td>
104 <td> Compile a regular expression pattern</td></tr>
106 <tr><td><a href="pcre2_compile_context_copy.html">pcre2_compile_context_copy</a></td>
107 <td> Copy a compile context</td></tr>
109 <tr><td><a href="pcre2_compile_context_create.html">pcre2_compile_context_create</a></td>
110 <td> Create a compile context</td></tr>
112 <tr><td><a href="pcre2_compile_context_free.html">pcre2_compile_context_free</a></td>
113 <td> Free a compile context</td></tr>
115 <tr><td><a href="pcre2_config.html">pcre2_config</a></td>
116 <td> Show build-time configuration options</td></tr>
118 <tr><td><a href="pcre2_convert_context_copy.html">pcre2_convert_context_copy</a></td>
119 <td> Copy a convert context</td></tr>
121 <tr><td><a href="pcre2_convert_context_create.html">pcre2_convert_context_create</a></td>
122 <td> Create a convert context</td></tr>
124 <tr><td><a href="pcre2_convert_context_free.html">pcre2_convert_context_free</a></td>
125 <td> Free a convert context</td></tr>
127 <tr><td><a href="pcre2_converted_pattern_free.html">pcre2_converted_pattern_free</a></td>
128 <td> Free converted foreign pattern</td></tr>
130 <tr><td><a href="pcre2_dfa_match.html">pcre2_dfa_match</a></td>
132 (DFA algorithm; <i>not</i> Perl compatible)</td></tr>
134 <tr><td><a href="pcre2_general_context_copy.html">pcre2_general_context_copy</a></td>
135 <td> Copy a general context</td></tr>
137 <tr><td><a href="pcre2_general_context_create.html">pcre2_general_context_create</a></td>
138 <td> Create a general context</td></tr>
140 <tr><td><a href="pcre2_general_context_free.html">pcre2_general_context_free</a></td>
141 <td> Free a general context</td></tr>
143 <tr><td><a href="pcre2_get_error_message.html">pcre2_get_error_message</a></td>
144 <td> Get textual error message for error number</td></tr>
146 <tr><td><a href="pcre2_get_mark.html">pcre2_get_mark</a></td>
147 <td> Get a (*MARK) name</td></tr>
149 <tr><td><a href="pcre2_get_ovector_count.html">pcre2_get_ovector_count</a></td>
150 <td> Get the ovector count</td></tr>
152 <tr><td><a href="pcre2_get_ovector_pointer.html">pcre2_get_ovector_pointer</a></td>
153 <td> Get a pointer to the ovector</td></tr>
155 <tr><td><a href="pcre2_get_startchar.html">pcre2_get_startchar</a></td>
156 <td> Get the starting character offset</td></tr>
158 <tr><td><a href="pcre2_jit_compile.html">pcre2_jit_compile</a></td>
159 <td> Process a compiled pattern with the JIT compiler</td></tr>
161 <tr><td><a href="pcre2_jit_free_unused_memory.html">pcre2_jit_free_unused_memory</a></td>
162 <td> Free unused JIT memory</td></tr>
164 <tr><td><a href="pcre2_jit_match.html">pcre2_jit_match</a></td>
165 <td> Fast path interface to JIT matching</td></tr>
167 <tr><td><a href="pcre2_jit_stack_assign.html">pcre2_jit_stack_assign</a></td>
168 <td> Assign stack for JIT matching</td></tr>
170 <tr><td><a href="pcre2_jit_stack_create.html">pcre2_jit_stack_create</a></td>
171 <td> Create a stack for JIT matching</td></tr>
173 <tr><td><a href="pcre2_jit_stack_free.html">pcre2_jit_stack_free</a></td>
174 <td> Free a JIT matching stack</td></tr>
176 <tr><td><a href="pcre2_maketables.html">pcre2_maketables</a></td>
177 <td> Build character tables in current locale</td></tr>
179 <tr><td><a href="pcre2_match.html">pcre2_match</a></td>
181 (Perl compatible)</td></tr>
183 <tr><td><a href="pcre2_match_context_copy.html">pcre2_match_context_copy</a></td>
184 <td> Copy a match context</td></tr>
186 <tr><td><a href="pcre2_match_context_create.html">pcre2_match_context_create</a></td>
187 <td> Create a match context</td></tr>
189 <tr><td><a href="pcre2_match_context_free.html">pcre2_match_context_free</a></td>
190 <td> Free a match context</td></tr>
192 <tr><td><a href="pcre2_match_data_create.html">pcre2_match_data_create</a></td>
193 <td> Create a match data block</td></tr>
195 <tr><td><a href="pcre2_match_data_create_from_pattern.html">pcre2_match_data_create_from_pattern</a…
196 <td> Create a match data block getting size from pattern</td></tr>
198 <tr><td><a href="pcre2_match_data_free.html">pcre2_match_data_free</a></td>
199 <td> Free a match data block</td></tr>
201 <tr><td><a href="pcre2_pattern_convert.html">pcre2_pattern_convert</a></td>
202 <td> Experimental foreign pattern converter</td></tr>
204 <tr><td><a href="pcre2_pattern_info.html">pcre2_pattern_info</a></td>
205 <td> Extract information about a pattern</td></tr>
207 <tr><td><a href="pcre2_serialize_decode.html">pcre2_serialize_decode</a></td>
208 <td> Decode serialized compiled patterns</td></tr>
210 <tr><td><a href="pcre2_serialize_encode.html">pcre2_serialize_encode</a></td>
211 <td> Serialize compiled patterns for save/restore</td></tr>
213 <tr><td><a href="pcre2_serialize_free.html">pcre2_serialize_free</a></td>
214 <td> Free serialized compiled patterns</td></tr>
216 <tr><td><a href="pcre2_serialize_get_number_of_codes.html">pcre2_serialize_get_number_of_codes</a><…
217 <td> Get number of serialized compiled patterns</td></tr>
219 <tr><td><a href="pcre2_set_bsr.html">pcre2_set_bsr</a></td>
220 <td> Set \R convention</td></tr>
222 <tr><td><a href="pcre2_set_callout.html">pcre2_set_callout</a></td>
223 <td> Set up a callout function</td></tr>
225 <tr><td><a href="pcre2_set_character_tables.html">pcre2_set_character_tables</a></td>
226 <td> Set character tables</td></tr>
228 <tr><td><a href="pcre2_set_compile_extra_options.html">pcre2_set_compile_extra_options</a></td>
229 <td> Set compile time extra options</td></tr>
231 <tr><td><a href="pcre2_set_compile_recursion_guard.html">pcre2_set_compile_recursion_guard</a></td>
232 <td> Set up a compile recursion guard function</td></tr>
234 <tr><td><a href="pcre2_set_depth_limit.html">pcre2_set_depth_limit</a></td>
235 <td> Set the match backtracking depth limit</td></tr>
237 <tr><td><a href="pcre2_set_glob_escape.html">pcre2_set_glob_escape</a></td>
238 <td> Set glob escape character</td></tr>
240 <tr><td><a href="pcre2_set_glob_separator.html">pcre2_set_glob_separator</a></td>
241 <td> Set glob separator character</td></tr>
243 <tr><td><a href="pcre2_set_heap_limit.html">pcre2_set_heap_limit</a></td>
244 <td> Set the match backtracking heap limit</td></tr>
246 <tr><td><a href="pcre2_set_match_limit.html">pcre2_set_match_limit</a></td>
247 <td> Set the match limit</td></tr>
249 <tr><td><a href="pcre2_set_max_pattern_length.html">pcre2_set_max_pattern_length</a></td>
250 <td> Set the maximum length of pattern</td></tr>
252 <tr><td><a href="pcre2_set_newline.html">pcre2_set_newline</a></td>
253 <td> Set the newline convention</td></tr>
255 <tr><td><a href="pcre2_set_offset_limit.html">pcre2_set_offset_limit</a></td>
256 <td> Set the offset limit</td></tr>
258 <tr><td><a href="pcre2_set_parens_nest_limit.html">pcre2_set_parens_nest_limit</a></td>
259 <td> Set the parentheses nesting limit</td></tr>
261 <tr><td><a href="pcre2_set_recursion_limit.html">pcre2_set_recursion_limit</a></td>
262 <td> Obsolete: use pcre2_set_depth_limit</td></tr>
264 <tr><td><a href="pcre2_set_recursion_memory_management.html">pcre2_set_recursion_memory_management<…
265 <td> Obsolete function that (from 10.30 onwards) does nothing</td></tr>
267 <tr><td><a href="pcre2_substitute.html">pcre2_substitute</a></td>
269 substitutions</td></tr>
271 <tr><td><a href="pcre2_substring_copy_byname.html">pcre2_substring_copy_byname</a></td>
272 <td> Extract named substring into given buffer</td></tr>
274 <tr><td><a href="pcre2_substring_copy_bynumber.html">pcre2_substring_copy_bynumber</a></td>
275 <td> Extract numbered substring into given buffer</td></tr>
277 <tr><td><a href="pcre2_substring_free.html">pcre2_substring_free</a></td>
278 <td> Free extracted substring</td></tr>
280 <tr><td><a href="pcre2_substring_get_byname.html">pcre2_substring_get_byname</a></td>
281 <td> Extract named substring into new memory</td></tr>
283 <tr><td><a href="pcre2_substring_get_bynumber.html">pcre2_substring_get_bynumber</a></td>
284 <td> Extract numbered substring into new memory</td></tr>
286 <tr><td><a href="pcre2_substring_length_byname.html">pcre2_substring_length_byname</a></td>
287 <td> Find length of named substring</td></tr>
289 <tr><td><a href="pcre2_substring_length_bynumber.html">pcre2_substring_length_bynumber</a></td>
290 <td> Find length of numbered substring</td></tr>
292 <tr><td><a href="pcre2_substring_list_free.html">pcre2_substring_list_free</a></td>
293 <td> Free list of extracted substrings</td></tr>
295 <tr><td><a href="pcre2_substring_list_get.html">pcre2_substring_list_get</a></td>
296 <td> Extract all substrings into new memory</td></tr>
298 <tr><td><a href="pcre2_substring_nametable_scan.html">pcre2_substring_nametable_scan</a></td>
299 <td> Find table entries for given string name</td></tr>
301 <tr><td><a href="pcre2_substring_number_from_name.html">pcre2_substring_number_from_name</a></td>
302 <td> Convert captured string name to number</td></tr>