pcretest.html 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163
  1. <html>
  2. <head>
  3. <title>pcretest specification</title>
  4. </head>
  5. <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
  6. <h1>pcretest man page</h1>
  7. <p>
  8. Return to the <a href="index.html">PCRE index page</a>.
  9. </p>
  10. <p>
  11. This page is part of the PCRE HTML documentation. It was generated automatically
  12. from the original man page. If there is any nonsense in it, please consult the
  13. man page, in case the conversion went wrong.
  14. <br>
  15. <ul>
  16. <li><a name="TOC1" href="#SEC1">SYNOPSIS</a>
  17. <li><a name="TOC2" href="#SEC2">INPUT DATA FORMAT</a>
  18. <li><a name="TOC3" href="#SEC3">PCRE's 8-BIT, 16-BIT AND 32-BIT LIBRARIES</a>
  19. <li><a name="TOC4" href="#SEC4">COMMAND LINE OPTIONS</a>
  20. <li><a name="TOC5" href="#SEC5">DESCRIPTION</a>
  21. <li><a name="TOC6" href="#SEC6">PATTERN MODIFIERS</a>
  22. <li><a name="TOC7" href="#SEC7">DATA LINES</a>
  23. <li><a name="TOC8" href="#SEC8">THE ALTERNATIVE MATCHING FUNCTION</a>
  24. <li><a name="TOC9" href="#SEC9">DEFAULT OUTPUT FROM PCRETEST</a>
  25. <li><a name="TOC10" href="#SEC10">OUTPUT FROM THE ALTERNATIVE MATCHING FUNCTION</a>
  26. <li><a name="TOC11" href="#SEC11">RESTARTING AFTER A PARTIAL MATCH</a>
  27. <li><a name="TOC12" href="#SEC12">CALLOUTS</a>
  28. <li><a name="TOC13" href="#SEC13">NON-PRINTING CHARACTERS</a>
  29. <li><a name="TOC14" href="#SEC14">SAVING AND RELOADING COMPILED PATTERNS</a>
  30. <li><a name="TOC15" href="#SEC15">SEE ALSO</a>
  31. <li><a name="TOC16" href="#SEC16">AUTHOR</a>
  32. <li><a name="TOC17" href="#SEC17">REVISION</a>
  33. </ul>
  34. <br><a name="SEC1" href="#TOC1">SYNOPSIS</a><br>
  35. <P>
  36. <b>pcretest [options] [input file [output file]]</b>
  37. <br>
  38. <br>
  39. <b>pcretest</b> was written as a test program for the PCRE regular expression
  40. library itself, but it can also be used for experimenting with regular
  41. expressions. This document describes the features of the test program; for
  42. details of the regular expressions themselves, see the
  43. <a href="pcrepattern.html"><b>pcrepattern</b></a>
  44. documentation. For details of the PCRE library function calls and their
  45. options, see the
  46. <a href="pcreapi.html"><b>pcreapi</b></a>
  47. ,
  48. <a href="pcre16.html"><b>pcre16</b></a>
  49. and
  50. <a href="pcre32.html"><b>pcre32</b></a>
  51. documentation.
  52. </P>
  53. <P>
  54. The input for <b>pcretest</b> is a sequence of regular expression patterns and
  55. strings to be matched, as described below. The output shows the result of each
  56. match. Options on the command line and the patterns control PCRE options and
  57. exactly what is output.
  58. </P>
  59. <P>
  60. As PCRE has evolved, it has acquired many different features, and as a result,
  61. <b>pcretest</b> now has rather a lot of obscure options for testing every
  62. possible feature. Some of these options are specifically designed for use in
  63. conjunction with the test script and data files that are distributed as part of
  64. PCRE, and are unlikely to be of use otherwise. They are all documented here,
  65. but without much justification.
  66. </P>
  67. <br><a name="SEC2" href="#TOC1">INPUT DATA FORMAT</a><br>
  68. <P>
  69. Input to <b>pcretest</b> is processed line by line, either by calling the C
  70. library's <b>fgets()</b> function, or via the <b>libreadline</b> library (see
  71. below). In Unix-like environments, <b>fgets()</b> treats any bytes other than
  72. newline as data characters. However, in some Windows environments character 26
  73. (hex 1A) causes an immediate end of file, and no further data is read. For
  74. maximum portability, therefore, it is safest to use only ASCII characters in
  75. <b>pcretest</b> input files.
  76. </P>
  77. <P>
  78. The input is processed using using C's string functions, so must not
  79. contain binary zeroes, even though in Unix-like environments, <b>fgets()</b>
  80. treats any bytes other than newline as data characters.
  81. </P>
  82. <br><a name="SEC3" href="#TOC1">PCRE's 8-BIT, 16-BIT AND 32-BIT LIBRARIES</a><br>
  83. <P>
  84. From release 8.30, two separate PCRE libraries can be built. The original one
  85. supports 8-bit character strings, whereas the newer 16-bit library supports
  86. character strings encoded in 16-bit units. From release 8.32, a third library
  87. can be built, supporting character strings encoded in 32-bit units. The
  88. <b>pcretest</b> program can be used to test all three libraries. However, it is
  89. itself still an 8-bit program, reading 8-bit input and writing 8-bit output.
  90. When testing the 16-bit or 32-bit library, the patterns and data strings are
  91. converted to 16- or 32-bit format before being passed to the PCRE library
  92. functions. Results are converted to 8-bit for output.
  93. </P>
  94. <P>
  95. References to functions and structures of the form <b>pcre[16|32]_xx</b> below
  96. mean "<b>pcre_xx</b> when using the 8-bit library, <b>pcre16_xx</b> when using
  97. the 16-bit library, or <b>pcre32_xx</b> when using the 32-bit library".
  98. </P>
  99. <br><a name="SEC4" href="#TOC1">COMMAND LINE OPTIONS</a><br>
  100. <P>
  101. <b>-8</b>
  102. If both the 8-bit library has been built, this option causes the 8-bit library
  103. to be used (which is the default); if the 8-bit library has not been built,
  104. this option causes an error.
  105. </P>
  106. <P>
  107. <b>-16</b>
  108. If both the 8-bit or the 32-bit, and the 16-bit libraries have been built, this
  109. option causes the 16-bit library to be used. If only the 16-bit library has been
  110. built, this is the default (so has no effect). If only the 8-bit or the 32-bit
  111. library has been built, this option causes an error.
  112. </P>
  113. <P>
  114. <b>-32</b>
  115. If both the 8-bit or the 16-bit, and the 32-bit libraries have been built, this
  116. option causes the 32-bit library to be used. If only the 32-bit library has been
  117. built, this is the default (so has no effect). If only the 8-bit or the 16-bit
  118. library has been built, this option causes an error.
  119. </P>
  120. <P>
  121. <b>-b</b>
  122. Behave as if each pattern has the <b>/B</b> (show byte code) modifier; the
  123. internal form is output after compilation.
  124. </P>
  125. <P>
  126. <b>-C</b>
  127. Output the version number of the PCRE library, and all available information
  128. about the optional features that are included, and then exit with zero exit
  129. code. All other options are ignored.
  130. </P>
  131. <P>
  132. <b>-C</b> <i>option</i>
  133. Output information about a specific build-time option, then exit. This
  134. functionality is intended for use in scripts such as <b>RunTest</b>. The
  135. following options output the value and set the exit code as indicated:
  136. <pre>
  137. ebcdic-nl the code for LF (= NL) in an EBCDIC environment:
  138. 0x15 or 0x25
  139. 0 if used in an ASCII environment
  140. exit code is always 0
  141. linksize the configured internal link size (2, 3, or 4)
  142. exit code is set to the link size
  143. newline the default newline setting:
  144. CR, LF, CRLF, ANYCRLF, or ANY
  145. exit code is always 0
  146. bsr the default setting for what \R matches:
  147. ANYCRLF or ANY
  148. exit code is always 0
  149. </pre>
  150. The following options output 1 for true or 0 for false, and set the exit code
  151. to the same value:
  152. <pre>
  153. ebcdic compiled for an EBCDIC environment
  154. jit just-in-time support is available
  155. pcre16 the 16-bit library was built
  156. pcre32 the 32-bit library was built
  157. pcre8 the 8-bit library was built
  158. ucp Unicode property support is available
  159. utf UTF-8 and/or UTF-16 and/or UTF-32 support
  160. is available
  161. </pre>
  162. If an unknown option is given, an error message is output; the exit code is 0.
  163. </P>
  164. <P>
  165. <b>-d</b>
  166. Behave as if each pattern has the <b>/D</b> (debug) modifier; the internal
  167. form and information about the compiled pattern is output after compilation;
  168. <b>-d</b> is equivalent to <b>-b -i</b>.
  169. </P>
  170. <P>
  171. <b>-dfa</b>
  172. Behave as if each data line contains the \D escape sequence; this causes the
  173. alternative matching function, <b>pcre[16|32]_dfa_exec()</b>, to be used instead
  174. of the standard <b>pcre[16|32]_exec()</b> function (more detail is given below).
  175. </P>
  176. <P>
  177. <b>-help</b>
  178. Output a brief summary these options and then exit.
  179. </P>
  180. <P>
  181. <b>-i</b>
  182. Behave as if each pattern has the <b>/I</b> modifier; information about the
  183. compiled pattern is given after compilation.
  184. </P>
  185. <P>
  186. <b>-M</b>
  187. Behave as if each data line contains the \M escape sequence; this causes
  188. PCRE to discover the minimum MATCH_LIMIT and MATCH_LIMIT_RECURSION settings by
  189. calling <b>pcre[16|32]_exec()</b> repeatedly with different limits.
  190. </P>
  191. <P>
  192. <b>-m</b>
  193. Output the size of each compiled pattern after it has been compiled. This is
  194. equivalent to adding <b>/M</b> to each regular expression. The size is given in
  195. bytes for both libraries.
  196. </P>
  197. <P>
  198. <b>-O</b>
  199. Behave as if each pattern has the <b>/O</b> modifier, that is disable
  200. auto-possessification for all patterns.
  201. </P>
  202. <P>
  203. <b>-o</b> <i>osize</i>
  204. Set the number of elements in the output vector that is used when calling
  205. <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b> to be <i>osize</i>. The
  206. default value is 45, which is enough for 14 capturing subexpressions for
  207. <b>pcre[16|32]_exec()</b> or 22 different matches for
  208. <b>pcre[16|32]_dfa_exec()</b>.
  209. The vector size can be changed for individual matching calls by including \O
  210. in the data line (see below).
  211. </P>
  212. <P>
  213. <b>-p</b>
  214. Behave as if each pattern has the <b>/P</b> modifier; the POSIX wrapper API is
  215. used to call PCRE. None of the other options has any effect when <b>-p</b> is
  216. set. This option can be used only with the 8-bit library.
  217. </P>
  218. <P>
  219. <b>-q</b>
  220. Do not output the version number of <b>pcretest</b> at the start of execution.
  221. </P>
  222. <P>
  223. <b>-S</b> <i>size</i>
  224. On Unix-like systems, set the size of the run-time stack to <i>size</i>
  225. megabytes.
  226. </P>
  227. <P>
  228. <b>-s</b> or <b>-s+</b>
  229. Behave as if each pattern has the <b>/S</b> modifier; in other words, force each
  230. pattern to be studied. If <b>-s+</b> is used, all the JIT compile options are
  231. passed to <b>pcre[16|32]_study()</b>, causing just-in-time optimization to be set
  232. up if it is available, for both full and partial matching. Specific JIT compile
  233. options can be selected by following <b>-s+</b> with a digit in the range 1 to
  234. 7, which selects the JIT compile modes as follows:
  235. <pre>
  236. 1 normal match only
  237. 2 soft partial match only
  238. 3 normal match and soft partial match
  239. 4 hard partial match only
  240. 6 soft and hard partial match
  241. 7 all three modes (default)
  242. </pre>
  243. If <b>-s++</b> is used instead of <b>-s+</b> (with or without a following digit),
  244. the text "(JIT)" is added to the first output line after a match or no match
  245. when JIT-compiled code was actually used.
  246. <br>
  247. <br>
  248. Note that there are pattern options that can override <b>-s</b>, either
  249. specifying no studying at all, or suppressing JIT compilation.
  250. <br>
  251. <br>
  252. If the <b>/I</b> or <b>/D</b> option is present on a pattern (requesting output
  253. about the compiled pattern), information about the result of studying is not
  254. included when studying is caused only by <b>-s</b> and neither <b>-i</b> nor
  255. <b>-d</b> is present on the command line. This behaviour means that the output
  256. from tests that are run with and without <b>-s</b> should be identical, except
  257. when options that output information about the actual running of a match are
  258. set.
  259. <br>
  260. <br>
  261. The <b>-M</b>, <b>-t</b>, and <b>-tm</b> options, which give information about
  262. resources used, are likely to produce different output with and without
  263. <b>-s</b>. Output may also differ if the <b>/C</b> option is present on an
  264. individual pattern. This uses callouts to trace the the matching process, and
  265. this may be different between studied and non-studied patterns. If the pattern
  266. contains (*MARK) items there may also be differences, for the same reason. The
  267. <b>-s</b> command line option can be overridden for specific patterns that
  268. should never be studied (see the <b>/S</b> pattern modifier below).
  269. </P>
  270. <P>
  271. <b>-t</b>
  272. Run each compile, study, and match many times with a timer, and output the
  273. resulting times per compile, study, or match (in milliseconds). Do not set
  274. <b>-m</b> with <b>-t</b>, because you will then get the size output a zillion
  275. times, and the timing will be distorted. You can control the number of
  276. iterations that are used for timing by following <b>-t</b> with a number (as a
  277. separate item on the command line). For example, "-t 1000" iterates 1000 times.
  278. The default is to iterate 500000 times.
  279. </P>
  280. <P>
  281. <b>-tm</b>
  282. This is like <b>-t</b> except that it times only the matching phase, not the
  283. compile or study phases.
  284. </P>
  285. <P>
  286. <b>-T</b> <b>-TM</b>
  287. These behave like <b>-t</b> and <b>-tm</b>, but in addition, at the end of a run,
  288. the total times for all compiles, studies, and matches are output.
  289. </P>
  290. <br><a name="SEC5" href="#TOC1">DESCRIPTION</a><br>
  291. <P>
  292. If <b>pcretest</b> is given two filename arguments, it reads from the first and
  293. writes to the second. If it is given only one filename argument, it reads from
  294. that file and writes to stdout. Otherwise, it reads from stdin and writes to
  295. stdout, and prompts for each line of input, using "re&#62;" to prompt for regular
  296. expressions, and "data&#62;" to prompt for data lines.
  297. </P>
  298. <P>
  299. When <b>pcretest</b> is built, a configuration option can specify that it should
  300. be linked with the <b>libreadline</b> library. When this is done, if the input
  301. is from a terminal, it is read using the <b>readline()</b> function. This
  302. provides line-editing and history facilities. The output from the <b>-help</b>
  303. option states whether or not <b>readline()</b> will be used.
  304. </P>
  305. <P>
  306. The program handles any number of sets of input on a single input file. Each
  307. set starts with a regular expression, and continues with any number of data
  308. lines to be matched against that pattern.
  309. </P>
  310. <P>
  311. Each data line is matched separately and independently. If you want to do
  312. multi-line matches, you have to use the \n escape sequence (or \r or \r\n,
  313. etc., depending on the newline setting) in a single line of input to encode the
  314. newline sequences. There is no limit on the length of data lines; the input
  315. buffer is automatically extended if it is too small.
  316. </P>
  317. <P>
  318. An empty line signals the end of the data lines, at which point a new regular
  319. expression is read. The regular expressions are given enclosed in any
  320. non-alphanumeric delimiters other than backslash, for example:
  321. <pre>
  322. /(a|bc)x+yz/
  323. </pre>
  324. White space before the initial delimiter is ignored. A regular expression may
  325. be continued over several input lines, in which case the newline characters are
  326. included within it. It is possible to include the delimiter within the pattern
  327. by escaping it, for example
  328. <pre>
  329. /abc\/def/
  330. </pre>
  331. If you do so, the escape and the delimiter form part of the pattern, but since
  332. delimiters are always non-alphanumeric, this does not affect its interpretation.
  333. If the terminating delimiter is immediately followed by a backslash, for
  334. example,
  335. <pre>
  336. /abc/\
  337. </pre>
  338. then a backslash is added to the end of the pattern. This is done to provide a
  339. way of testing the error condition that arises if a pattern finishes with a
  340. backslash, because
  341. <pre>
  342. /abc\/
  343. </pre>
  344. is interpreted as the first line of a pattern that starts with "abc/", causing
  345. pcretest to read the next line as a continuation of the regular expression.
  346. </P>
  347. <br><a name="SEC6" href="#TOC1">PATTERN MODIFIERS</a><br>
  348. <P>
  349. A pattern may be followed by any number of modifiers, which are mostly single
  350. characters, though some of these can be qualified by further characters.
  351. Following Perl usage, these are referred to below as, for example, "the
  352. <b>/i</b> modifier", even though the delimiter of the pattern need not always be
  353. a slash, and no slash is used when writing modifiers. White space may appear
  354. between the final pattern delimiter and the first modifier, and between the
  355. modifiers themselves. For reference, here is a complete list of modifiers. They
  356. fall into several groups that are described in detail in the following
  357. sections.
  358. <pre>
  359. <b>/8</b> set UTF mode
  360. <b>/9</b> set PCRE_NEVER_UTF (locks out UTF mode)
  361. <b>/?</b> disable UTF validity check
  362. <b>/+</b> show remainder of subject after match
  363. <b>/=</b> show all captures (not just those that are set)
  364. <b>/A</b> set PCRE_ANCHORED
  365. <b>/B</b> show compiled code
  366. <b>/C</b> set PCRE_AUTO_CALLOUT
  367. <b>/D</b> same as <b>/B</b> plus <b>/I</b>
  368. <b>/E</b> set PCRE_DOLLAR_ENDONLY
  369. <b>/F</b> flip byte order in compiled pattern
  370. <b>/f</b> set PCRE_FIRSTLINE
  371. <b>/G</b> find all matches (shorten string)
  372. <b>/g</b> find all matches (use startoffset)
  373. <b>/I</b> show information about pattern
  374. <b>/i</b> set PCRE_CASELESS
  375. <b>/J</b> set PCRE_DUPNAMES
  376. <b>/K</b> show backtracking control names
  377. <b>/L</b> set locale
  378. <b>/M</b> show compiled memory size
  379. <b>/m</b> set PCRE_MULTILINE
  380. <b>/N</b> set PCRE_NO_AUTO_CAPTURE
  381. <b>/O</b> set PCRE_NO_AUTO_POSSESS
  382. <b>/P</b> use the POSIX wrapper
  383. <b>/Q</b> test external stack check function
  384. <b>/S</b> study the pattern after compilation
  385. <b>/s</b> set PCRE_DOTALL
  386. <b>/T</b> select character tables
  387. <b>/U</b> set PCRE_UNGREEDY
  388. <b>/W</b> set PCRE_UCP
  389. <b>/X</b> set PCRE_EXTRA
  390. <b>/x</b> set PCRE_EXTENDED
  391. <b>/Y</b> set PCRE_NO_START_OPTIMIZE
  392. <b>/Z</b> don't show lengths in <b>/B</b> output
  393. <b>/&#60;any&#62;</b> set PCRE_NEWLINE_ANY
  394. <b>/&#60;anycrlf&#62;</b> set PCRE_NEWLINE_ANYCRLF
  395. <b>/&#60;cr&#62;</b> set PCRE_NEWLINE_CR
  396. <b>/&#60;crlf&#62;</b> set PCRE_NEWLINE_CRLF
  397. <b>/&#60;lf&#62;</b> set PCRE_NEWLINE_LF
  398. <b>/&#60;bsr_anycrlf&#62;</b> set PCRE_BSR_ANYCRLF
  399. <b>/&#60;bsr_unicode&#62;</b> set PCRE_BSR_UNICODE
  400. <b>/&#60;JS&#62;</b> set PCRE_JAVASCRIPT_COMPAT
  401. </PRE>
  402. </P>
  403. <br><b>
  404. Perl-compatible modifiers
  405. </b><br>
  406. <P>
  407. The <b>/i</b>, <b>/m</b>, <b>/s</b>, and <b>/x</b> modifiers set the PCRE_CASELESS,
  408. PCRE_MULTILINE, PCRE_DOTALL, or PCRE_EXTENDED options, respectively, when
  409. <b>pcre[16|32]_compile()</b> is called. These four modifier letters have the same
  410. effect as they do in Perl. For example:
  411. <pre>
  412. /caseless/i
  413. </PRE>
  414. </P>
  415. <br><b>
  416. Modifiers for other PCRE options
  417. </b><br>
  418. <P>
  419. The following table shows additional modifiers for setting PCRE compile-time
  420. options that do not correspond to anything in Perl:
  421. <pre>
  422. <b>/8</b> PCRE_UTF8 ) when using the 8-bit
  423. <b>/?</b> PCRE_NO_UTF8_CHECK ) library
  424. <b>/8</b> PCRE_UTF16 ) when using the 16-bit
  425. <b>/?</b> PCRE_NO_UTF16_CHECK ) library
  426. <b>/8</b> PCRE_UTF32 ) when using the 32-bit
  427. <b>/?</b> PCRE_NO_UTF32_CHECK ) library
  428. <b>/9</b> PCRE_NEVER_UTF
  429. <b>/A</b> PCRE_ANCHORED
  430. <b>/C</b> PCRE_AUTO_CALLOUT
  431. <b>/E</b> PCRE_DOLLAR_ENDONLY
  432. <b>/f</b> PCRE_FIRSTLINE
  433. <b>/J</b> PCRE_DUPNAMES
  434. <b>/N</b> PCRE_NO_AUTO_CAPTURE
  435. <b>/O</b> PCRE_NO_AUTO_POSSESS
  436. <b>/U</b> PCRE_UNGREEDY
  437. <b>/W</b> PCRE_UCP
  438. <b>/X</b> PCRE_EXTRA
  439. <b>/Y</b> PCRE_NO_START_OPTIMIZE
  440. <b>/&#60;any&#62;</b> PCRE_NEWLINE_ANY
  441. <b>/&#60;anycrlf&#62;</b> PCRE_NEWLINE_ANYCRLF
  442. <b>/&#60;cr&#62;</b> PCRE_NEWLINE_CR
  443. <b>/&#60;crlf&#62;</b> PCRE_NEWLINE_CRLF
  444. <b>/&#60;lf&#62;</b> PCRE_NEWLINE_LF
  445. <b>/&#60;bsr_anycrlf&#62;</b> PCRE_BSR_ANYCRLF
  446. <b>/&#60;bsr_unicode&#62;</b> PCRE_BSR_UNICODE
  447. <b>/&#60;JS&#62;</b> PCRE_JAVASCRIPT_COMPAT
  448. </pre>
  449. The modifiers that are enclosed in angle brackets are literal strings as shown,
  450. including the angle brackets, but the letters within can be in either case.
  451. This example sets multiline matching with CRLF as the line ending sequence:
  452. <pre>
  453. /^abc/m&#60;CRLF&#62;
  454. </pre>
  455. As well as turning on the PCRE_UTF8/16/32 option, the <b>/8</b> modifier causes
  456. all non-printing characters in output strings to be printed using the
  457. \x{hh...} notation. Otherwise, those less than 0x100 are output in hex without
  458. the curly brackets.
  459. </P>
  460. <P>
  461. Full details of the PCRE options are given in the
  462. <a href="pcreapi.html"><b>pcreapi</b></a>
  463. documentation.
  464. </P>
  465. <br><b>
  466. Finding all matches in a string
  467. </b><br>
  468. <P>
  469. Searching for all possible matches within each subject string can be requested
  470. by the <b>/g</b> or <b>/G</b> modifier. After finding a match, PCRE is called
  471. again to search the remainder of the subject string. The difference between
  472. <b>/g</b> and <b>/G</b> is that the former uses the <i>startoffset</i> argument to
  473. <b>pcre[16|32]_exec()</b> to start searching at a new point within the entire
  474. string (which is in effect what Perl does), whereas the latter passes over a
  475. shortened substring. This makes a difference to the matching process if the
  476. pattern begins with a lookbehind assertion (including \b or \B).
  477. </P>
  478. <P>
  479. If any call to <b>pcre[16|32]_exec()</b> in a <b>/g</b> or <b>/G</b> sequence matches
  480. an empty string, the next call is done with the PCRE_NOTEMPTY_ATSTART and
  481. PCRE_ANCHORED flags set in order to search for another, non-empty, match at the
  482. same point. If this second match fails, the start offset is advanced, and the
  483. normal match is retried. This imitates the way Perl handles such cases when
  484. using the <b>/g</b> modifier or the <b>split()</b> function. Normally, the start
  485. offset is advanced by one character, but if the newline convention recognizes
  486. CRLF as a newline, and the current character is CR followed by LF, an advance
  487. of two is used.
  488. </P>
  489. <br><b>
  490. Other modifiers
  491. </b><br>
  492. <P>
  493. There are yet more modifiers for controlling the way <b>pcretest</b>
  494. operates.
  495. </P>
  496. <P>
  497. The <b>/+</b> modifier requests that as well as outputting the substring that
  498. matched the entire pattern, <b>pcretest</b> should in addition output the
  499. remainder of the subject string. This is useful for tests where the subject
  500. contains multiple copies of the same substring. If the <b>+</b> modifier appears
  501. twice, the same action is taken for captured substrings. In each case the
  502. remainder is output on the following line with a plus character following the
  503. capture number. Note that this modifier must not immediately follow the /S
  504. modifier because /S+ and /S++ have other meanings.
  505. </P>
  506. <P>
  507. The <b>/=</b> modifier requests that the values of all potential captured
  508. parentheses be output after a match. By default, only those up to the highest
  509. one actually used in the match are output (corresponding to the return code
  510. from <b>pcre[16|32]_exec()</b>). Values in the offsets vector corresponding to
  511. higher numbers should be set to -1, and these are output as "&#60;unset&#62;". This
  512. modifier gives a way of checking that this is happening.
  513. </P>
  514. <P>
  515. The <b>/B</b> modifier is a debugging feature. It requests that <b>pcretest</b>
  516. output a representation of the compiled code after compilation. Normally this
  517. information contains length and offset values; however, if <b>/Z</b> is also
  518. present, this data is replaced by spaces. This is a special feature for use in
  519. the automatic test scripts; it ensures that the same output is generated for
  520. different internal link sizes.
  521. </P>
  522. <P>
  523. The <b>/D</b> modifier is a PCRE debugging feature, and is equivalent to
  524. <b>/BI</b>, that is, both the <b>/B</b> and the <b>/I</b> modifiers.
  525. </P>
  526. <P>
  527. The <b>/F</b> modifier causes <b>pcretest</b> to flip the byte order of the
  528. 2-byte and 4-byte fields in the compiled pattern. This facility is for testing
  529. the feature in PCRE that allows it to execute patterns that were compiled on a
  530. host with a different endianness. This feature is not available when the POSIX
  531. interface to PCRE is being used, that is, when the <b>/P</b> pattern modifier is
  532. specified. See also the section about saving and reloading compiled patterns
  533. below.
  534. </P>
  535. <P>
  536. The <b>/I</b> modifier requests that <b>pcretest</b> output information about the
  537. compiled pattern (whether it is anchored, has a fixed first character, and
  538. so on). It does this by calling <b>pcre[16|32]_fullinfo()</b> after compiling a
  539. pattern. If the pattern is studied, the results of that are also output. In
  540. this output, the word "char" means a non-UTF character, that is, the value of a
  541. single data item (8-bit, 16-bit, or 32-bit, depending on the library that is
  542. being tested).
  543. </P>
  544. <P>
  545. The <b>/K</b> modifier requests <b>pcretest</b> to show names from backtracking
  546. control verbs that are returned from calls to <b>pcre[16|32]_exec()</b>. It causes
  547. <b>pcretest</b> to create a <b>pcre[16|32]_extra</b> block if one has not already
  548. been created by a call to <b>pcre[16|32]_study()</b>, and to set the
  549. PCRE_EXTRA_MARK flag and the <b>mark</b> field within it, every time that
  550. <b>pcre[16|32]_exec()</b> is called. If the variable that the <b>mark</b> field
  551. points to is non-NULL for a match, non-match, or partial match, <b>pcretest</b>
  552. prints the string to which it points. For a match, this is shown on a line by
  553. itself, tagged with "MK:". For a non-match it is added to the message.
  554. </P>
  555. <P>
  556. The <b>/L</b> modifier must be followed directly by the name of a locale, for
  557. example,
  558. <pre>
  559. /pattern/Lfr_FR
  560. </pre>
  561. For this reason, it must be the last modifier. The given locale is set,
  562. <b>pcre[16|32]_maketables()</b> is called to build a set of character tables for
  563. the locale, and this is then passed to <b>pcre[16|32]_compile()</b> when compiling
  564. the regular expression. Without an <b>/L</b> (or <b>/T</b>) modifier, NULL is
  565. passed as the tables pointer; that is, <b>/L</b> applies only to the expression
  566. on which it appears.
  567. </P>
  568. <P>
  569. The <b>/M</b> modifier causes the size in bytes of the memory block used to hold
  570. the compiled pattern to be output. This does not include the size of the
  571. <b>pcre[16|32]</b> block; it is just the actual compiled data. If the pattern is
  572. successfully studied with the PCRE_STUDY_JIT_COMPILE option, the size of the
  573. JIT compiled code is also output.
  574. </P>
  575. <P>
  576. The <b>/Q</b> modifier is used to test the use of <b>pcre_stack_guard</b>. It
  577. must be followed by '0' or '1', specifying the return code to be given from an
  578. external function that is passed to PCRE and used for stack checking during
  579. compilation (see the
  580. <a href="pcreapi.html"><b>pcreapi</b></a>
  581. documentation for details).
  582. </P>
  583. <P>
  584. The <b>/S</b> modifier causes <b>pcre[16|32]_study()</b> to be called after the
  585. expression has been compiled, and the results used when the expression is
  586. matched. There are a number of qualifying characters that may follow <b>/S</b>.
  587. They may appear in any order.
  588. </P>
  589. <P>
  590. If <b>/S</b> is followed by an exclamation mark, <b>pcre[16|32]_study()</b> is
  591. called with the PCRE_STUDY_EXTRA_NEEDED option, causing it always to return a
  592. <b>pcre_extra</b> block, even when studying discovers no useful information.
  593. </P>
  594. <P>
  595. If <b>/S</b> is followed by a second S character, it suppresses studying, even
  596. if it was requested externally by the <b>-s</b> command line option. This makes
  597. it possible to specify that certain patterns are always studied, and others are
  598. never studied, independently of <b>-s</b>. This feature is used in the test
  599. files in a few cases where the output is different when the pattern is studied.
  600. </P>
  601. <P>
  602. If the <b>/S</b> modifier is followed by a + character, the call to
  603. <b>pcre[16|32]_study()</b> is made with all the JIT study options, requesting
  604. just-in-time optimization support if it is available, for both normal and
  605. partial matching. If you want to restrict the JIT compiling modes, you can
  606. follow <b>/S+</b> with a digit in the range 1 to 7:
  607. <pre>
  608. 1 normal match only
  609. 2 soft partial match only
  610. 3 normal match and soft partial match
  611. 4 hard partial match only
  612. 6 soft and hard partial match
  613. 7 all three modes (default)
  614. </pre>
  615. If <b>/S++</b> is used instead of <b>/S+</b> (with or without a following digit),
  616. the text "(JIT)" is added to the first output line after a match or no match
  617. when JIT-compiled code was actually used.
  618. </P>
  619. <P>
  620. Note that there is also an independent <b>/+</b> modifier; it must not be given
  621. immediately after <b>/S</b> or <b>/S+</b> because this will be misinterpreted.
  622. </P>
  623. <P>
  624. If JIT studying is successful, the compiled JIT code will automatically be used
  625. when <b>pcre[16|32]_exec()</b> is run, except when incompatible run-time options
  626. are specified. For more details, see the
  627. <a href="pcrejit.html"><b>pcrejit</b></a>
  628. documentation. See also the <b>\J</b> escape sequence below for a way of
  629. setting the size of the JIT stack.
  630. </P>
  631. <P>
  632. Finally, if <b>/S</b> is followed by a minus character, JIT compilation is
  633. suppressed, even if it was requested externally by the <b>-s</b> command line
  634. option. This makes it possible to specify that JIT is never to be used for
  635. certain patterns.
  636. </P>
  637. <P>
  638. The <b>/T</b> modifier must be followed by a single digit. It causes a specific
  639. set of built-in character tables to be passed to <b>pcre[16|32]_compile()</b>. It
  640. is used in the standard PCRE tests to check behaviour with different character
  641. tables. The digit specifies the tables as follows:
  642. <pre>
  643. 0 the default ASCII tables, as distributed in
  644. pcre_chartables.c.dist
  645. 1 a set of tables defining ISO 8859 characters
  646. </pre>
  647. In table 1, some characters whose codes are greater than 128 are identified as
  648. letters, digits, spaces, etc.
  649. </P>
  650. <br><b>
  651. Using the POSIX wrapper API
  652. </b><br>
  653. <P>
  654. The <b>/P</b> modifier causes <b>pcretest</b> to call PCRE via the POSIX wrapper
  655. API rather than its native API. This supports only the 8-bit library. When
  656. <b>/P</b> is set, the following modifiers set options for the <b>regcomp()</b>
  657. function:
  658. <pre>
  659. /i REG_ICASE
  660. /m REG_NEWLINE
  661. /N REG_NOSUB
  662. /s REG_DOTALL )
  663. /U REG_UNGREEDY ) These options are not part of
  664. /W REG_UCP ) the POSIX standard
  665. /8 REG_UTF8 )
  666. </pre>
  667. The <b>/+</b> modifier works as described above. All other modifiers are
  668. ignored.
  669. </P>
  670. <br><b>
  671. Locking out certain modifiers
  672. </b><br>
  673. <P>
  674. PCRE can be compiled with or without support for certain features such as
  675. UTF-8/16/32 or Unicode properties. Accordingly, the standard tests are split up
  676. into a number of different files that are selected for running depending on
  677. which features are available. When updating the tests, it is all too easy to
  678. put a new test into the wrong file by mistake; for example, to put a test that
  679. requires UTF support into a file that is used when it is not available. To help
  680. detect such mistakes as early as possible, there is a facility for locking out
  681. specific modifiers. If an input line for <b>pcretest</b> starts with the string
  682. "&#60; forbid " the following sequence of characters is taken as a list of
  683. forbidden modifiers. For example, in the test files that must not use UTF or
  684. Unicode property support, this line appears:
  685. <pre>
  686. &#60; forbid 8W
  687. </pre>
  688. This locks out the /8 and /W modifiers. An immediate error is given if they are
  689. subsequently encountered. If the character string contains &#60; but not &#62;, all the
  690. multi-character modifiers that begin with &#60; are locked out. Otherwise, such
  691. modifiers must be explicitly listed, for example:
  692. <pre>
  693. &#60; forbid &#60;JS&#62;&#60;cr&#62;
  694. </pre>
  695. There must be a single space between &#60; and "forbid" for this feature to be
  696. recognised. If there is not, the line is interpreted either as a request to
  697. re-load a pre-compiled pattern (see "SAVING AND RELOADING COMPILED PATTERNS"
  698. below) or, if there is a another &#60; character, as a pattern that uses &#60; as its
  699. delimiter.
  700. </P>
  701. <br><a name="SEC7" href="#TOC1">DATA LINES</a><br>
  702. <P>
  703. Before each data line is passed to <b>pcre[16|32]_exec()</b>, leading and trailing
  704. white space is removed, and it is then scanned for \ escapes. Some of these
  705. are pretty esoteric features, intended for checking out some of the more
  706. complicated features of PCRE. If you are just testing "ordinary" regular
  707. expressions, you probably don't need any of these. The following escapes are
  708. recognized:
  709. <pre>
  710. \a alarm (BEL, \x07)
  711. \b backspace (\x08)
  712. \e escape (\x27)
  713. \f form feed (\x0c)
  714. \n newline (\x0a)
  715. \qdd set the PCRE_MATCH_LIMIT limit to dd (any number of digits)
  716. \r carriage return (\x0d)
  717. \t tab (\x09)
  718. \v vertical tab (\x0b)
  719. \nnn octal character (up to 3 octal digits); always
  720. a byte unless &#62; 255 in UTF-8 or 16-bit or 32-bit mode
  721. \o{dd...} octal character (any number of octal digits}
  722. \xhh hexadecimal byte (up to 2 hex digits)
  723. \x{hh...} hexadecimal character (any number of hex digits)
  724. \A pass the PCRE_ANCHORED option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  725. \B pass the PCRE_NOTBOL option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  726. \Cdd call pcre[16|32]_copy_substring() for substring dd after a successful match (number less than 32)
  727. \Cname call pcre[16|32]_copy_named_substring() for substring "name" after a successful match (name termin-
  728. ated by next non alphanumeric character)
  729. \C+ show the current captured substrings at callout time
  730. \C- do not supply a callout function
  731. \C!n return 1 instead of 0 when callout number n is reached
  732. \C!n!m return 1 instead of 0 when callout number n is reached for the nth time
  733. \C*n pass the number n (may be negative) as callout data; this is used as the callout return value
  734. \D use the <b>pcre[16|32]_dfa_exec()</b> match function
  735. \F only shortest match for <b>pcre[16|32]_dfa_exec()</b>
  736. \Gdd call pcre[16|32]_get_substring() for substring dd after a successful match (number less than 32)
  737. \Gname call pcre[16|32]_get_named_substring() for substring "name" after a successful match (name termin-
  738. ated by next non-alphanumeric character)
  739. \Jdd set up a JIT stack of dd kilobytes maximum (any number of digits)
  740. \L call pcre[16|32]_get_substringlist() after a successful match
  741. \M discover the minimum MATCH_LIMIT and MATCH_LIMIT_RECURSION settings
  742. \N pass the PCRE_NOTEMPTY option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>; if used twice, pass the
  743. PCRE_NOTEMPTY_ATSTART option
  744. \Odd set the size of the output vector passed to <b>pcre[16|32]_exec()</b> to dd (any number of digits)
  745. \P pass the PCRE_PARTIAL_SOFT option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>; if used twice, pass the
  746. PCRE_PARTIAL_HARD option
  747. \Qdd set the PCRE_MATCH_LIMIT_RECURSION limit to dd (any number of digits)
  748. \R pass the PCRE_DFA_RESTART option to <b>pcre[16|32]_dfa_exec()</b>
  749. \S output details of memory get/free calls during matching
  750. \Y pass the PCRE_NO_START_OPTIMIZE option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  751. \Z pass the PCRE_NOTEOL option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  752. \? pass the PCRE_NO_UTF[8|16|32]_CHECK option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  753. \&#62;dd start the match at offset dd (optional "-"; then any number of digits); this sets the <i>startoffset</i>
  754. argument for <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  755. \&#60;cr&#62; pass the PCRE_NEWLINE_CR option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  756. \&#60;lf&#62; pass the PCRE_NEWLINE_LF option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  757. \&#60;crlf&#62; pass the PCRE_NEWLINE_CRLF option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  758. \&#60;anycrlf&#62; pass the PCRE_NEWLINE_ANYCRLF option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  759. \&#60;any&#62; pass the PCRE_NEWLINE_ANY option to <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b>
  760. </pre>
  761. The use of \x{hh...} is not dependent on the use of the <b>/8</b> modifier on
  762. the pattern. It is recognized always. There may be any number of hexadecimal
  763. digits inside the braces; invalid values provoke error messages.
  764. </P>
  765. <P>
  766. Note that \xhh specifies one byte rather than one character in UTF-8 mode;
  767. this makes it possible to construct invalid UTF-8 sequences for testing
  768. purposes. On the other hand, \x{hh} is interpreted as a UTF-8 character in
  769. UTF-8 mode, generating more than one byte if the value is greater than 127.
  770. When testing the 8-bit library not in UTF-8 mode, \x{hh} generates one byte
  771. for values less than 256, and causes an error for greater values.
  772. </P>
  773. <P>
  774. In UTF-16 mode, all 4-digit \x{hhhh} values are accepted. This makes it
  775. possible to construct invalid UTF-16 sequences for testing purposes.
  776. </P>
  777. <P>
  778. In UTF-32 mode, all 4- to 8-digit \x{...} values are accepted. This makes it
  779. possible to construct invalid UTF-32 sequences for testing purposes.
  780. </P>
  781. <P>
  782. The escapes that specify line ending sequences are literal strings, exactly as
  783. shown. No more than one newline setting should be present in any data line.
  784. </P>
  785. <P>
  786. A backslash followed by anything else just escapes the anything else. If
  787. the very last character is a backslash, it is ignored. This gives a way of
  788. passing an empty line as data, since a real empty line terminates the data
  789. input.
  790. </P>
  791. <P>
  792. The <b>\J</b> escape provides a way of setting the maximum stack size that is
  793. used by the just-in-time optimization code. It is ignored if JIT optimization
  794. is not being used. Providing a stack that is larger than the default 32K is
  795. necessary only for very complicated patterns.
  796. </P>
  797. <P>
  798. If \M is present, <b>pcretest</b> calls <b>pcre[16|32]_exec()</b> several times,
  799. with different values in the <i>match_limit</i> and <i>match_limit_recursion</i>
  800. fields of the <b>pcre[16|32]_extra</b> data structure, until it finds the minimum
  801. numbers for each parameter that allow <b>pcre[16|32]_exec()</b> to complete without
  802. error. Because this is testing a specific feature of the normal interpretive
  803. <b>pcre[16|32]_exec()</b> execution, the use of any JIT optimization that might
  804. have been set up by the <b>/S+</b> qualifier of <b>-s+</b> option is disabled.
  805. </P>
  806. <P>
  807. The <i>match_limit</i> number is a measure of the amount of backtracking
  808. that takes place, and checking it out can be instructive. For most simple
  809. matches, the number is quite small, but for patterns with very large numbers of
  810. matching possibilities, it can become large very quickly with increasing length
  811. of subject string. The <i>match_limit_recursion</i> number is a measure of how
  812. much stack (or, if PCRE is compiled with NO_RECURSE, how much heap) memory is
  813. needed to complete the match attempt.
  814. </P>
  815. <P>
  816. When \O is used, the value specified may be higher or lower than the size set
  817. by the <b>-O</b> command line option (or defaulted to 45); \O applies only to
  818. the call of <b>pcre[16|32]_exec()</b> for the line in which it appears.
  819. </P>
  820. <P>
  821. If the <b>/P</b> modifier was present on the pattern, causing the POSIX wrapper
  822. API to be used, the only option-setting sequences that have any effect are \B,
  823. \N, and \Z, causing REG_NOTBOL, REG_NOTEMPTY, and REG_NOTEOL, respectively,
  824. to be passed to <b>regexec()</b>.
  825. </P>
  826. <br><a name="SEC8" href="#TOC1">THE ALTERNATIVE MATCHING FUNCTION</a><br>
  827. <P>
  828. By default, <b>pcretest</b> uses the standard PCRE matching function,
  829. <b>pcre[16|32]_exec()</b> to match each data line. PCRE also supports an
  830. alternative matching function, <b>pcre[16|32]_dfa_test()</b>, which operates in a
  831. different way, and has some restrictions. The differences between the two
  832. functions are described in the
  833. <a href="pcrematching.html"><b>pcrematching</b></a>
  834. documentation.
  835. </P>
  836. <P>
  837. If a data line contains the \D escape sequence, or if the command line
  838. contains the <b>-dfa</b> option, the alternative matching function is used.
  839. This function finds all possible matches at a given point. If, however, the \F
  840. escape sequence is present in the data line, it stops after the first match is
  841. found. This is always the shortest possible match.
  842. </P>
  843. <br><a name="SEC9" href="#TOC1">DEFAULT OUTPUT FROM PCRETEST</a><br>
  844. <P>
  845. This section describes the output when the normal matching function,
  846. <b>pcre[16|32]_exec()</b>, is being used.
  847. </P>
  848. <P>
  849. When a match succeeds, <b>pcretest</b> outputs the list of captured substrings
  850. that <b>pcre[16|32]_exec()</b> returns, starting with number 0 for the string that
  851. matched the whole pattern. Otherwise, it outputs "No match" when the return is
  852. PCRE_ERROR_NOMATCH, and "Partial match:" followed by the partially matching
  853. substring when <b>pcre[16|32]_exec()</b> returns PCRE_ERROR_PARTIAL. (Note that
  854. this is the entire substring that was inspected during the partial match; it
  855. may include characters before the actual match start if a lookbehind assertion,
  856. \K, \b, or \B was involved.) For any other return, <b>pcretest</b> outputs
  857. the PCRE negative error number and a short descriptive phrase. If the error is
  858. a failed UTF string check, the offset of the start of the failing character and
  859. the reason code are also output, provided that the size of the output vector is
  860. at least two. Here is an example of an interactive <b>pcretest</b> run.
  861. <pre>
  862. $ pcretest
  863. PCRE version 8.13 2011-04-30
  864. re&#62; /^abc(\d+)/
  865. data&#62; abc123
  866. 0: abc123
  867. 1: 123
  868. data&#62; xyz
  869. No match
  870. </pre>
  871. Unset capturing substrings that are not followed by one that is set are not
  872. returned by <b>pcre[16|32]_exec()</b>, and are not shown by <b>pcretest</b>. In the
  873. following example, there are two capturing substrings, but when the first data
  874. line is matched, the second, unset substring is not shown. An "internal" unset
  875. substring is shown as "&#60;unset&#62;", as for the second data line.
  876. <pre>
  877. re&#62; /(a)|(b)/
  878. data&#62; a
  879. 0: a
  880. 1: a
  881. data&#62; b
  882. 0: b
  883. 1: &#60;unset&#62;
  884. 2: b
  885. </pre>
  886. If the strings contain any non-printing characters, they are output as \xhh
  887. escapes if the value is less than 256 and UTF mode is not set. Otherwise they
  888. are output as \x{hh...} escapes. See below for the definition of non-printing
  889. characters. If the pattern has the <b>/+</b> modifier, the output for substring
  890. 0 is followed by the the rest of the subject string, identified by "0+" like
  891. this:
  892. <pre>
  893. re&#62; /cat/+
  894. data&#62; cataract
  895. 0: cat
  896. 0+ aract
  897. </pre>
  898. If the pattern has the <b>/g</b> or <b>/G</b> modifier, the results of successive
  899. matching attempts are output in sequence, like this:
  900. <pre>
  901. re&#62; /\Bi(\w\w)/g
  902. data&#62; Mississippi
  903. 0: iss
  904. 1: ss
  905. 0: iss
  906. 1: ss
  907. 0: ipp
  908. 1: pp
  909. </pre>
  910. "No match" is output only if the first match attempt fails. Here is an example
  911. of a failure message (the offset 4 that is specified by \&#62;4 is past the end of
  912. the subject string):
  913. <pre>
  914. re&#62; /xyz/
  915. data&#62; xyz\&#62;4
  916. Error -24 (bad offset value)
  917. </PRE>
  918. </P>
  919. <P>
  920. If any of the sequences <b>\C</b>, <b>\G</b>, or <b>\L</b> are present in a
  921. data line that is successfully matched, the substrings extracted by the
  922. convenience functions are output with C, G, or L after the string number
  923. instead of a colon. This is in addition to the normal full list. The string
  924. length (that is, the return from the extraction function) is given in
  925. parentheses after each string for <b>\C</b> and <b>\G</b>.
  926. </P>
  927. <P>
  928. Note that whereas patterns can be continued over several lines (a plain "&#62;"
  929. prompt is used for continuations), data lines may not. However newlines can be
  930. included in data by means of the \n escape (or \r, \r\n, etc., depending on
  931. the newline sequence setting).
  932. </P>
  933. <br><a name="SEC10" href="#TOC1">OUTPUT FROM THE ALTERNATIVE MATCHING FUNCTION</a><br>
  934. <P>
  935. When the alternative matching function, <b>pcre[16|32]_dfa_exec()</b>, is used (by
  936. means of the \D escape sequence or the <b>-dfa</b> command line option), the
  937. output consists of a list of all the matches that start at the first point in
  938. the subject where there is at least one match. For example:
  939. <pre>
  940. re&#62; /(tang|tangerine|tan)/
  941. data&#62; yellow tangerine\D
  942. 0: tangerine
  943. 1: tang
  944. 2: tan
  945. </pre>
  946. (Using the normal matching function on this data finds only "tang".) The
  947. longest matching string is always given first (and numbered zero). After a
  948. PCRE_ERROR_PARTIAL return, the output is "Partial match:", followed by the
  949. partially matching substring. (Note that this is the entire substring that was
  950. inspected during the partial match; it may include characters before the actual
  951. match start if a lookbehind assertion, \K, \b, or \B was involved.)
  952. </P>
  953. <P>
  954. If <b>/g</b> is present on the pattern, the search for further matches resumes
  955. at the end of the longest match. For example:
  956. <pre>
  957. re&#62; /(tang|tangerine|tan)/g
  958. data&#62; yellow tangerine and tangy sultana\D
  959. 0: tangerine
  960. 1: tang
  961. 2: tan
  962. 0: tang
  963. 1: tan
  964. 0: tan
  965. </pre>
  966. Since the matching function does not support substring capture, the escape
  967. sequences that are concerned with captured substrings are not relevant.
  968. </P>
  969. <br><a name="SEC11" href="#TOC1">RESTARTING AFTER A PARTIAL MATCH</a><br>
  970. <P>
  971. When the alternative matching function has given the PCRE_ERROR_PARTIAL return,
  972. indicating that the subject partially matched the pattern, you can restart the
  973. match with additional subject data by means of the \R escape sequence. For
  974. example:
  975. <pre>
  976. re&#62; /^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$/
  977. data&#62; 23ja\P\D
  978. Partial match: 23ja
  979. data&#62; n05\R\D
  980. 0: n05
  981. </pre>
  982. For further information about partial matching, see the
  983. <a href="pcrepartial.html"><b>pcrepartial</b></a>
  984. documentation.
  985. </P>
  986. <br><a name="SEC12" href="#TOC1">CALLOUTS</a><br>
  987. <P>
  988. If the pattern contains any callout requests, <b>pcretest</b>'s callout function
  989. is called during matching. This works with both matching functions. By default,
  990. the called function displays the callout number, the start and current
  991. positions in the text at the callout time, and the next pattern item to be
  992. tested. For example:
  993. <pre>
  994. ---&#62;pqrabcdef
  995. 0 ^ ^ \d
  996. </pre>
  997. This output indicates that callout number 0 occurred for a match attempt
  998. starting at the fourth character of the subject string, when the pointer was at
  999. the seventh character of the data, and when the next pattern item was \d. Just
  1000. one circumflex is output if the start and current positions are the same.
  1001. </P>
  1002. <P>
  1003. Callouts numbered 255 are assumed to be automatic callouts, inserted as a
  1004. result of the <b>/C</b> pattern modifier. In this case, instead of showing the
  1005. callout number, the offset in the pattern, preceded by a plus, is output. For
  1006. example:
  1007. <pre>
  1008. re&#62; /\d?[A-E]\*/C
  1009. data&#62; E*
  1010. ---&#62;E*
  1011. +0 ^ \d?
  1012. +3 ^ [A-E]
  1013. +8 ^^ \*
  1014. +10 ^ ^
  1015. 0: E*
  1016. </pre>
  1017. If a pattern contains (*MARK) items, an additional line is output whenever
  1018. a change of latest mark is passed to the callout function. For example:
  1019. <pre>
  1020. re&#62; /a(*MARK:X)bc/C
  1021. data&#62; abc
  1022. ---&#62;abc
  1023. +0 ^ a
  1024. +1 ^^ (*MARK:X)
  1025. +10 ^^ b
  1026. Latest Mark: X
  1027. +11 ^ ^ c
  1028. +12 ^ ^
  1029. 0: abc
  1030. </pre>
  1031. The mark changes between matching "a" and "b", but stays the same for the rest
  1032. of the match, so nothing more is output. If, as a result of backtracking, the
  1033. mark reverts to being unset, the text "&#60;unset&#62;" is output.
  1034. </P>
  1035. <P>
  1036. The callout function in <b>pcretest</b> returns zero (carry on matching) by
  1037. default, but you can use a \C item in a data line (as described above) to
  1038. change this and other parameters of the callout.
  1039. </P>
  1040. <P>
  1041. Inserting callouts can be helpful when using <b>pcretest</b> to check
  1042. complicated regular expressions. For further information about callouts, see
  1043. the
  1044. <a href="pcrecallout.html"><b>pcrecallout</b></a>
  1045. documentation.
  1046. </P>
  1047. <br><a name="SEC13" href="#TOC1">NON-PRINTING CHARACTERS</a><br>
  1048. <P>
  1049. When <b>pcretest</b> is outputting text in the compiled version of a pattern,
  1050. bytes other than 32-126 are always treated as non-printing characters are are
  1051. therefore shown as hex escapes.
  1052. </P>
  1053. <P>
  1054. When <b>pcretest</b> is outputting text that is a matched part of a subject
  1055. string, it behaves in the same way, unless a different locale has been set for
  1056. the pattern (using the <b>/L</b> modifier). In this case, the <b>isprint()</b>
  1057. function to distinguish printing and non-printing characters.
  1058. </P>
  1059. <br><a name="SEC14" href="#TOC1">SAVING AND RELOADING COMPILED PATTERNS</a><br>
  1060. <P>
  1061. The facilities described in this section are not available when the POSIX
  1062. interface to PCRE is being used, that is, when the <b>/P</b> pattern modifier is
  1063. specified.
  1064. </P>
  1065. <P>
  1066. When the POSIX interface is not in use, you can cause <b>pcretest</b> to write a
  1067. compiled pattern to a file, by following the modifiers with &#62; and a file name.
  1068. For example:
  1069. <pre>
  1070. /pattern/im &#62;/some/file
  1071. </pre>
  1072. See the
  1073. <a href="pcreprecompile.html"><b>pcreprecompile</b></a>
  1074. documentation for a discussion about saving and re-using compiled patterns.
  1075. Note that if the pattern was successfully studied with JIT optimization, the
  1076. JIT data cannot be saved.
  1077. </P>
  1078. <P>
  1079. The data that is written is binary. The first eight bytes are the length of the
  1080. compiled pattern data followed by the length of the optional study data, each
  1081. written as four bytes in big-endian order (most significant byte first). If
  1082. there is no study data (either the pattern was not studied, or studying did not
  1083. return any data), the second length is zero. The lengths are followed by an
  1084. exact copy of the compiled pattern. If there is additional study data, this
  1085. (excluding any JIT data) follows immediately after the compiled pattern. After
  1086. writing the file, <b>pcretest</b> expects to read a new pattern.
  1087. </P>
  1088. <P>
  1089. A saved pattern can be reloaded into <b>pcretest</b> by specifying &#60; and a file
  1090. name instead of a pattern. There must be no space between &#60; and the file name,
  1091. which must not contain a &#60; character, as otherwise <b>pcretest</b> will
  1092. interpret the line as a pattern delimited by &#60; characters. For example:
  1093. <pre>
  1094. re&#62; &#60;/some/file
  1095. Compiled pattern loaded from /some/file
  1096. No study data
  1097. </pre>
  1098. If the pattern was previously studied with the JIT optimization, the JIT
  1099. information cannot be saved and restored, and so is lost. When the pattern has
  1100. been loaded, <b>pcretest</b> proceeds to read data lines in the usual way.
  1101. </P>
  1102. <P>
  1103. You can copy a file written by <b>pcretest</b> to a different host and reload it
  1104. there, even if the new host has opposite endianness to the one on which the
  1105. pattern was compiled. For example, you can compile on an i86 machine and run on
  1106. a SPARC machine. When a pattern is reloaded on a host with different
  1107. endianness, the confirmation message is changed to:
  1108. <pre>
  1109. Compiled pattern (byte-inverted) loaded from /some/file
  1110. </pre>
  1111. The test suite contains some saved pre-compiled patterns with different
  1112. endianness. These are reloaded using "&#60;!" instead of just "&#60;". This suppresses
  1113. the "(byte-inverted)" text so that the output is the same on all hosts. It also
  1114. forces debugging output once the pattern has been reloaded.
  1115. </P>
  1116. <P>
  1117. File names for saving and reloading can be absolute or relative, but note that
  1118. the shell facility of expanding a file name that starts with a tilde (~) is not
  1119. available.
  1120. </P>
  1121. <P>
  1122. The ability to save and reload files in <b>pcretest</b> is intended for testing
  1123. and experimentation. It is not intended for production use because only a
  1124. single pattern can be written to a file. Furthermore, there is no facility for
  1125. supplying custom character tables for use with a reloaded pattern. If the
  1126. original pattern was compiled with custom tables, an attempt to match a subject
  1127. string using a reloaded pattern is likely to cause <b>pcretest</b> to crash.
  1128. Finally, if you attempt to load a file that is not in the correct format, the
  1129. result is undefined.
  1130. </P>
  1131. <br><a name="SEC15" href="#TOC1">SEE ALSO</a><br>
  1132. <P>
  1133. <b>pcre</b>(3), <b>pcre16</b>(3), <b>pcre32</b>(3), <b>pcreapi</b>(3),
  1134. <b>pcrecallout</b>(3),
  1135. <b>pcrejit</b>, <b>pcrematching</b>(3), <b>pcrepartial</b>(d),
  1136. <b>pcrepattern</b>(3), <b>pcreprecompile</b>(3).
  1137. </P>
  1138. <br><a name="SEC16" href="#TOC1">AUTHOR</a><br>
  1139. <P>
  1140. Philip Hazel
  1141. <br>
  1142. University Computing Service
  1143. <br>
  1144. Cambridge CB2 3QH, England.
  1145. <br>
  1146. </P>
  1147. <br><a name="SEC17" href="#TOC1">REVISION</a><br>
  1148. <P>
  1149. Last updated: 23 February 2017
  1150. <br>
  1151. Copyright &copy; 1997-2017 University of Cambridge.
  1152. <br>
  1153. <p>
  1154. Return to the <a href="index.html">PCRE index page</a>.
  1155. </p>