esruby 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (763) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +22 -0
  4. data/bin/esruby +34 -0
  5. data/lib/esruby.rb +26 -0
  6. data/lib/esruby/build.rb +140 -0
  7. data/lib/esruby/build/configuration.rb +77 -0
  8. data/lib/esruby/gem.rb +5 -0
  9. data/lib/esruby/gem/specification.rb +35 -0
  10. data/resources/build_config.eruby +53 -0
  11. data/resources/cpp/esruby.cpp +64 -0
  12. data/resources/cpp/esruby.hpp +42 -0
  13. data/resources/cpp/main.cpp +9 -0
  14. data/resources/js/esruby.js +45 -0
  15. data/resources/mruby/AUTHORS +40 -0
  16. data/resources/mruby/CONTRIBUTING.md +68 -0
  17. data/resources/mruby/LEGAL +6 -0
  18. data/resources/mruby/MITL +20 -0
  19. data/resources/mruby/Makefile +17 -0
  20. data/resources/mruby/NEWS +13 -0
  21. data/resources/mruby/README.md +92 -0
  22. data/resources/mruby/Rakefile +152 -0
  23. data/resources/mruby/TODO +10 -0
  24. data/resources/mruby/appveyor.yml +38 -0
  25. data/resources/mruby/appveyor_config.rb +50 -0
  26. data/resources/mruby/benchmark/bm_ao_render.rb +314 -0
  27. data/resources/mruby/benchmark/bm_app_lc_fizzbuzz.rb +52 -0
  28. data/resources/mruby/benchmark/bm_fib.rb +7 -0
  29. data/resources/mruby/benchmark/bm_so_lists.rb +47 -0
  30. data/resources/mruby/benchmark/build_config_boxing.rb +28 -0
  31. data/resources/mruby/benchmark/build_config_cc.rb +13 -0
  32. data/resources/mruby/benchmark/plot.gpl +5 -0
  33. data/resources/mruby/bin/mirb +0 -0
  34. data/resources/mruby/bin/mrbc +0 -0
  35. data/resources/mruby/bin/mruby +0 -0
  36. data/resources/mruby/bin/mruby-strip +0 -0
  37. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/README.md +82 -0
  38. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/mrbgem.rake +63 -0
  39. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/mrblib/regexp_pcre.rb +232 -0
  40. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/mrblib/string_pcre.rb +333 -0
  41. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/132html +313 -0
  42. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/AUTHORS +45 -0
  43. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/CMakeLists.txt +959 -0
  44. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/COPYING +5 -0
  45. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/ChangeLog +4981 -0
  46. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/CheckMan +67 -0
  47. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/CleanTxt +113 -0
  48. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/Detrail +35 -0
  49. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/HACKING +473 -0
  50. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/INSTALL +370 -0
  51. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/LICENCE +92 -0
  52. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/Makefile.am +877 -0
  53. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/Makefile.in +2917 -0
  54. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/NEWS +611 -0
  55. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/NON-AUTOTOOLS-BUILD +639 -0
  56. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/NON-UNIX-USE +7 -0
  57. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/PrepareRelease +253 -0
  58. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/README +935 -0
  59. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/RunGrepTest +551 -0
  60. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/RunTest +1015 -0
  61. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/RunTest.bat +616 -0
  62. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/aclocal.m4 +1230 -0
  63. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/output.0 +21280 -0
  64. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/output.1 +21280 -0
  65. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/requests +273 -0
  66. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/traces.0 +2421 -0
  67. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/traces.1 +1144 -0
  68. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/COPYING-CMAKE-SCRIPTS +22 -0
  69. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/FindEditline.cmake +17 -0
  70. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/FindPackageHandleStandardArgs.cmake +58 -0
  71. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/FindReadline.cmake +29 -0
  72. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/compile +343 -0
  73. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config-cmake.h.in +54 -0
  74. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.guess +1552 -0
  75. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.h +392 -0
  76. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.h.generic +392 -0
  77. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.h.in +343 -0
  78. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.sub +1804 -0
  79. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/configure +21280 -0
  80. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/configure.ac +1082 -0
  81. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/depcomp +708 -0
  82. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/dftables.c +212 -0
  83. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/index.html +180 -0
  84. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre-config.html +109 -0
  85. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre.html +204 -0
  86. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre16.html +383 -0
  87. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_assign_jit_stack.html +76 -0
  88. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_compile.html +108 -0
  89. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_compile2.html +112 -0
  90. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_config.html +91 -0
  91. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_copy_named_substring.html +65 -0
  92. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_copy_substring.html +61 -0
  93. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_dfa_exec.html +128 -0
  94. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_exec.html +110 -0
  95. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_free_study.html +46 -0
  96. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_free_substring.html +46 -0
  97. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_free_substring_list.html +46 -0
  98. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_fullinfo.html +108 -0
  99. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_named_substring.html +68 -0
  100. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_stringnumber.html +57 -0
  101. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_stringtable_entries.html +60 -0
  102. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_substring.html +64 -0
  103. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_substring_list.html +61 -0
  104. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_jit_exec.html +108 -0
  105. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_jit_stack_alloc.html +55 -0
  106. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_jit_stack_free.html +48 -0
  107. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_maketables.html +48 -0
  108. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_pattern_to_host_byte_order.html +58 -0
  109. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_refcount.html +51 -0
  110. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_study.html +68 -0
  111. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_utf16_to_host_byte_order.html +57 -0
  112. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_version.html +46 -0
  113. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreapi.html +2786 -0
  114. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrebuild.html +517 -0
  115. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrecallout.html +243 -0
  116. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrecompat.html +216 -0
  117. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrecpp.html +368 -0
  118. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcredemo.html +426 -0
  119. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcregrep.html +757 -0
  120. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrejit.html +458 -0
  121. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrelimits.html +86 -0
  122. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrematching.html +233 -0
  123. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrepartial.html +474 -0
  124. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrepattern.html +2953 -0
  125. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreperform.html +195 -0
  126. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreposix.html +292 -0
  127. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreprecompile.html +158 -0
  128. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcresample.html +110 -0
  129. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrestack.html +225 -0
  130. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcresyntax.html +521 -0
  131. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcretest.html +1082 -0
  132. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreunicode.html +270 -0
  133. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/index.html.src +180 -0
  134. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre-config.1 +92 -0
  135. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre-config.txt +86 -0
  136. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre.3 +202 -0
  137. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre.txt +9909 -0
  138. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre16.3 +390 -0
  139. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre32.3 +389 -0
  140. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_assign_jit_stack.3 +61 -0
  141. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_compile.3 +98 -0
  142. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_compile2.3 +106 -0
  143. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_config.3 +76 -0
  144. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_copy_named_substring.3 +59 -0
  145. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_copy_substring.3 +52 -0
  146. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_dfa_exec.3 +125 -0
  147. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_exec.3 +103 -0
  148. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_free_study.3 +31 -0
  149. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_free_substring.3 +31 -0
  150. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_free_substring_list.3 +31 -0
  151. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_fullinfo.3 +95 -0
  152. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_named_substring.3 +62 -0
  153. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_stringnumber.3 +45 -0
  154. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_stringtable_entries.3 +48 -0
  155. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_substring.3 +55 -0
  156. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_substring_list.3 +49 -0
  157. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_jit_exec.3 +104 -0
  158. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_jit_stack_alloc.3 +45 -0
  159. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_jit_stack_free.3 +35 -0
  160. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_maketables.3 +33 -0
  161. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_pattern_to_host_byte_order.3 +46 -0
  162. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_refcount.3 +36 -0
  163. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_study.3 +56 -0
  164. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_utf16_to_host_byte_order.3 +46 -0
  165. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_utf32_to_host_byte_order.3 +46 -0
  166. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_version.3 +31 -0
  167. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreapi.3 +2823 -0
  168. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrebuild.3 +520 -0
  169. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrecallout.3 +214 -0
  170. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrecompat.3 +185 -0
  171. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrecpp.3 +348 -0
  172. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcregrep.1 +679 -0
  173. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcregrep.txt +740 -0
  174. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrejit.3 +437 -0
  175. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrelimits.3 +67 -0
  176. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrematching.3 +206 -0
  177. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrepartial.3 +445 -0
  178. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrepattern.3 +2983 -0
  179. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreperform.3 +177 -0
  180. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreposix.3 +270 -0
  181. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreprecompile.3 +151 -0
  182. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcresample.3 +99 -0
  183. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrestack.3 +215 -0
  184. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcresyntax.3 +496 -0
  185. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcretest.1 +1079 -0
  186. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcretest.txt +1012 -0
  187. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreunicode.3 +255 -0
  188. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/perltest.txt +42 -0
  189. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/install-sh +527 -0
  190. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcre.pc.in +12 -0
  191. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcre16.pc.in +12 -0
  192. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcre32.pc.in +12 -0
  193. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcrecpp.pc.in +12 -0
  194. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcreposix.pc.in +13 -0
  195. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/ltmain.sh +9636 -0
  196. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ax_pthread.m4 +309 -0
  197. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/libtool.m4 +7844 -0
  198. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ltoptions.m4 +369 -0
  199. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ltsugar.m4 +123 -0
  200. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ltversion.m4 +23 -0
  201. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/lt~obsolete.m4 +98 -0
  202. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/pcre_visibility.m4 +89 -0
  203. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/makevp.bat +66 -0
  204. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/makevp_c.txt +20 -0
  205. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/makevp_l.txt +20 -0
  206. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/missing +331 -0
  207. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre-config.in +133 -0
  208. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre.h +653 -0
  209. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre.h.generic +653 -0
  210. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre.h.in +653 -0
  211. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_byte_order.c +45 -0
  212. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_chartables.c +45 -0
  213. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_compile.c +45 -0
  214. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_config.c +45 -0
  215. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_dfa_exec.c +45 -0
  216. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_exec.c +45 -0
  217. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_fullinfo.c +45 -0
  218. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_get.c +45 -0
  219. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_globals.c +45 -0
  220. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_jit_compile.c +45 -0
  221. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_maketables.c +45 -0
  222. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_newline.c +45 -0
  223. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_ord2utf16.c +90 -0
  224. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_printint.c +45 -0
  225. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_refcount.c +45 -0
  226. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_string_utils.c +45 -0
  227. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_study.c +45 -0
  228. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_tables.c +45 -0
  229. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_ucd.c +45 -0
  230. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_utf16_utils.c +130 -0
  231. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_valid_utf16.c +156 -0
  232. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_version.c +45 -0
  233. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_xclass.c +45 -0
  234. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_byte_order.c +45 -0
  235. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_chartables.c +45 -0
  236. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_compile.c +45 -0
  237. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_config.c +45 -0
  238. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_dfa_exec.c +45 -0
  239. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_exec.c +45 -0
  240. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_fullinfo.c +45 -0
  241. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_get.c +45 -0
  242. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_globals.c +45 -0
  243. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_jit_compile.c +45 -0
  244. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_maketables.c +45 -0
  245. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_newline.c +45 -0
  246. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_ord2utf32.c +82 -0
  247. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_printint.c +45 -0
  248. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_refcount.c +45 -0
  249. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_string_utils.c +45 -0
  250. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_study.c +45 -0
  251. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_tables.c +45 -0
  252. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_ucd.c +45 -0
  253. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_utf32_utils.c +141 -0
  254. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_valid_utf32.c +131 -0
  255. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_version.c +45 -0
  256. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_xclass.c +45 -0
  257. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_byte_order.c +318 -0
  258. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_chartables.c +198 -0
  259. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_chartables.c.dist +198 -0
  260. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_compile.c +8386 -0
  261. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_config.c +186 -0
  262. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_dfa_exec.c +3582 -0
  263. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_exec.c +7049 -0
  264. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_fullinfo.c +231 -0
  265. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_get.c +662 -0
  266. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_globals.c +84 -0
  267. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_internal.h +2744 -0
  268. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_jit_compile.c +8560 -0
  269. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_jit_test.c +1614 -0
  270. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_maketables.c +151 -0
  271. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_newline.c +210 -0
  272. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_ord2utf8.c +94 -0
  273. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_printint.c +766 -0
  274. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_refcount.c +92 -0
  275. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_scanner.cc +199 -0
  276. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_scanner.h +172 -0
  277. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_scanner_unittest.cc +159 -0
  278. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_string_utils.c +211 -0
  279. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_stringpiece.cc +43 -0
  280. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_stringpiece.h.in +179 -0
  281. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_stringpiece_unittest.cc +150 -0
  282. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_study.c +1562 -0
  283. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_tables.c +655 -0
  284. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_ucd.c +3298 -0
  285. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_valid_utf8.c +312 -0
  286. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_version.c +98 -0
  287. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_xclass.c +198 -0
  288. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp.cc +922 -0
  289. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp.h +710 -0
  290. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp_internal.h +71 -0
  291. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp_unittest.cc +1291 -0
  292. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpparg.h.in +174 -0
  293. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcredemo.c +406 -0
  294. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcregexp.pas +845 -0
  295. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcregrep.c +3180 -0
  296. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcreposix.c +419 -0
  297. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcreposix.h +146 -0
  298. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcretest.c +5488 -0
  299. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/perltest.pl +237 -0
  300. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitConfig.h +110 -0
  301. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitConfigInternal.h +484 -0
  302. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitExecAllocator.c +289 -0
  303. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitLir.c +1766 -0
  304. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitLir.h +985 -0
  305. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeARM_Thumb2.c +2008 -0
  306. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeARM_v5.c +2515 -0
  307. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeMIPS_32.c +404 -0
  308. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeMIPS_common.c +1881 -0
  309. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativePPC_32.c +269 -0
  310. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativePPC_64.c +421 -0
  311. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativePPC_common.c +2014 -0
  312. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeSPARC_32.c +164 -0
  313. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeSPARC_common.c +1348 -0
  314. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeX86_32.c +547 -0
  315. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeX86_64.c +810 -0
  316. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeX86_common.c +2836 -0
  317. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitUtils.c +332 -0
  318. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepbinary +0 -0
  319. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepfilelist +3 -0
  320. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinput +611 -0
  321. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinput3 +15 -0
  322. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinput8 +11 -0
  323. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinputv +4 -0
  324. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinputx +43 -0
  325. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/greplist +7 -0
  326. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepoutput +707 -0
  327. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepoutput8 +12 -0
  328. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepoutputN +16 -1
  329. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/greppatN4 +2 -0
  330. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16 +0 -0
  331. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16BE-1 +0 -0
  332. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16BE-2 +0 -0
  333. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16LE-1 +0 -0
  334. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16LE-2 +0 -0
  335. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32 +0 -0
  336. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32BE-1 +0 -0
  337. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32BE-2 +0 -0
  338. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32LE-1 +0 -0
  339. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32LE-2 +0 -0
  340. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved8 +0 -0
  341. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput1 +5306 -0
  342. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput10 +1337 -0
  343. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput11 +135 -0
  344. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput12 +89 -0
  345. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput13 +9 -0
  346. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput14 +329 -0
  347. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput15 +430 -0
  348. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput16 +35 -0
  349. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput17 +296 -0
  350. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput18 +296 -0
  351. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput19 +22 -0
  352. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput2 +3813 -0
  353. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput20 +19 -0
  354. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput21 +16 -0
  355. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput22 +13 -0
  356. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput23 +16 -0
  357. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput24 +77 -0
  358. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput25 +32 -0
  359. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput26 +80 -0
  360. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput3 +95 -0
  361. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput4 +624 -0
  362. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput5 +772 -0
  363. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput6 +1319 -0
  364. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput7 +672 -0
  365. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput8 +4801 -0
  366. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput9 +717 -0
  367. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinputEBC +121 -0
  368. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput1 +8798 -0
  369. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput10 +2726 -0
  370. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput11-16 +713 -0
  371. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput11-32 +713 -0
  372. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput11-8 +713 -0
  373. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput12 +181 -0
  374. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput13 +21 -0
  375. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput14 +476 -0
  376. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput15 +1269 -0
  377. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput16 +121 -0
  378. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput17 +505 -0
  379. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput18-16 +1022 -0
  380. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput18-32 +1019 -0
  381. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput19 +88 -0
  382. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput2 +12484 -0
  383. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput20 +27 -0
  384. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput21-16 +90 -0
  385. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput21-32 +90 -0
  386. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput22-16 +71 -0
  387. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput22-32 +71 -0
  388. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput23 +42 -0
  389. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput24 +145 -0
  390. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput25 +79 -0
  391. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput26 +148 -0
  392. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput3 +169 -0
  393. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput4 +1094 -0
  394. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput5 +1849 -0
  395. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput6 +2137 -0
  396. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput7 +1473 -0
  397. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput8 +8019 -0
  398. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput9 +1371 -0
  399. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutputEBC +182 -0
  400. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/wintestinput3 +91 -0
  401. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/wintestoutput3 +166 -0
  402. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/ucp.h +197 -0
  403. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/run_test.rb +23 -0
  404. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/src/mruby_regexp_pcre.c +364 -0
  405. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/test/matchdata.rb +94 -0
  406. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/test/regexp.rb +264 -0
  407. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/test/string.rb +201 -0
  408. data/resources/mruby/build_config.rb +152 -0
  409. data/resources/mruby/doc/guides/compile.md +488 -0
  410. data/resources/mruby/doc/guides/debugger.md +370 -0
  411. data/resources/mruby/doc/guides/gc-arena-howto.md +177 -0
  412. data/resources/mruby/doc/guides/mrbconf.md +146 -0
  413. data/resources/mruby/doc/guides/mrbgems.md +340 -0
  414. data/resources/mruby/doc/limitations.md +187 -0
  415. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/README.md +4 -0
  416. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/mrbgem.rake +23 -0
  417. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/mrblib/example.rb +5 -0
  418. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/src/example.c +20 -0
  419. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/test/example.rb +7 -0
  420. data/resources/mruby/examples/mrbgems/c_extension_example/README.md +4 -0
  421. data/resources/mruby/examples/mrbgems/c_extension_example/mrbgem.rake +23 -0
  422. data/resources/mruby/examples/mrbgems/c_extension_example/src/example.c +20 -0
  423. data/resources/mruby/examples/mrbgems/c_extension_example/test/example.c +7 -0
  424. data/resources/mruby/examples/mrbgems/c_extension_example/test/example.rb +3 -0
  425. data/resources/mruby/examples/mrbgems/ruby_extension_example/README.md +4 -0
  426. data/resources/mruby/examples/mrbgems/ruby_extension_example/mrbgem.rake +25 -0
  427. data/resources/mruby/examples/mrbgems/ruby_extension_example/mrblib/example.rb +5 -0
  428. data/resources/mruby/examples/mrbgems/ruby_extension_example/test/example.rb +3 -0
  429. data/resources/mruby/examples/targets/build_config_ArduinoDue.rb +90 -0
  430. data/resources/mruby/examples/targets/build_config_IntelEdison.rb +69 -0
  431. data/resources/mruby/examples/targets/build_config_IntelGalileo.rb +106 -0
  432. data/resources/mruby/examples/targets/build_config_RX630.rb +81 -0
  433. data/resources/mruby/examples/targets/build_config_android_arm64-v8a.rb +26 -0
  434. data/resources/mruby/examples/targets/build_config_android_armeabi.rb +26 -0
  435. data/resources/mruby/examples/targets/build_config_android_armeabi_v7a_neon_hard.rb +28 -0
  436. data/resources/mruby/examples/targets/build_config_chipKITMax32.rb +86 -0
  437. data/resources/mruby/include/mrbconf.h +145 -0
  438. data/resources/mruby/include/mruby.h +1280 -0
  439. data/resources/mruby/include/mruby/array.h +279 -0
  440. data/resources/mruby/include/mruby/boxing_nan.h +102 -0
  441. data/resources/mruby/include/mruby/boxing_no.h +56 -0
  442. data/resources/mruby/include/mruby/boxing_word.h +136 -0
  443. data/resources/mruby/include/mruby/class.h +94 -0
  444. data/resources/mruby/include/mruby/common.h +72 -0
  445. data/resources/mruby/include/mruby/compile.h +194 -0
  446. data/resources/mruby/include/mruby/data.h +75 -0
  447. data/resources/mruby/include/mruby/debug.h +66 -0
  448. data/resources/mruby/include/mruby/dump.h +196 -0
  449. data/resources/mruby/include/mruby/error.h +75 -0
  450. data/resources/mruby/include/mruby/gc.h +91 -0
  451. data/resources/mruby/include/mruby/hash.h +182 -0
  452. data/resources/mruby/include/mruby/irep.h +62 -0
  453. data/resources/mruby/include/mruby/istruct.h +47 -0
  454. data/resources/mruby/include/mruby/khash.h +274 -0
  455. data/resources/mruby/include/mruby/numeric.h +161 -0
  456. data/resources/mruby/include/mruby/object.h +45 -0
  457. data/resources/mruby/include/mruby/opcode.h +161 -0
  458. data/resources/mruby/include/mruby/proc.h +131 -0
  459. data/resources/mruby/include/mruby/range.h +49 -0
  460. data/resources/mruby/include/mruby/re.h +16 -0
  461. data/resources/mruby/include/mruby/string.h +440 -0
  462. data/resources/mruby/include/mruby/throw.h +55 -0
  463. data/resources/mruby/include/mruby/value.h +309 -0
  464. data/resources/mruby/include/mruby/variable.h +138 -0
  465. data/resources/mruby/include/mruby/version.h +110 -0
  466. data/resources/mruby/lib/mruby-core-ext.rb +79 -0
  467. data/resources/mruby/lib/mruby/build.rb +355 -0
  468. data/resources/mruby/lib/mruby/build/command.rb +324 -0
  469. data/resources/mruby/lib/mruby/build/load_gems.rb +122 -0
  470. data/resources/mruby/lib/mruby/gem.rb +459 -0
  471. data/resources/mruby/lib/mruby/source.rb +30 -0
  472. data/resources/mruby/minirake +484 -0
  473. data/resources/mruby/mrbgems/default.gembox +82 -0
  474. data/resources/mruby/mrbgems/full-core.gembox +9 -0
  475. data/resources/mruby/mrbgems/mruby-array-ext/mrbgem.rake +6 -0
  476. data/resources/mruby/mrbgems/mruby-array-ext/mrblib/array.rb +935 -0
  477. data/resources/mruby/mrbgems/mruby-array-ext/src/array.c +246 -0
  478. data/resources/mruby/mrbgems/mruby-array-ext/test/array.rb +422 -0
  479. data/resources/mruby/mrbgems/mruby-bin-debugger/bintest/mrdb.rb +286 -0
  480. data/resources/mruby/mrbgems/mruby-bin-debugger/bintest/print.rb +701 -0
  481. data/resources/mruby/mrbgems/mruby-bin-debugger/mrbgem.rake +9 -0
  482. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.c +505 -0
  483. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.h +26 -0
  484. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c +240 -0
  485. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h +14 -0
  486. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c +78 -0
  487. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h +13 -0
  488. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdbreak.c +436 -0
  489. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c +502 -0
  490. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdprint.c +58 -0
  491. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c +64 -0
  492. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c +759 -0
  493. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h +165 -0
  494. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h +16 -0
  495. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdberror.h +20 -0
  496. data/resources/mruby/mrbgems/mruby-bin-mirb/bintest/mirb.rb +12 -0
  497. data/resources/mruby/mrbgems/mruby-bin-mirb/mrbgem.rake +33 -0
  498. data/resources/mruby/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +611 -0
  499. data/resources/mruby/mrbgems/mruby-bin-mrbc/mrbgem.rake +16 -0
  500. data/resources/mruby/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c +336 -0
  501. data/resources/mruby/mrbgems/mruby-bin-mruby-config/mrbgem.rake +30 -0
  502. data/resources/mruby/mrbgems/mruby-bin-mruby-config/mruby-config +20 -0
  503. data/resources/mruby/mrbgems/mruby-bin-mruby-config/mruby-config.bat +42 -0
  504. data/resources/mruby/mrbgems/mruby-bin-mruby/bintest/mruby.rb +60 -0
  505. data/resources/mruby/mrbgems/mruby-bin-mruby/mrbgem.rake +12 -0
  506. data/resources/mruby/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c +254 -0
  507. data/resources/mruby/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb +73 -0
  508. data/resources/mruby/mrbgems/mruby-bin-strip/mrbgem.rake +6 -0
  509. data/resources/mruby/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c +155 -0
  510. data/resources/mruby/mrbgems/mruby-class-ext/mrbgem.rake +5 -0
  511. data/resources/mruby/mrbgems/mruby-class-ext/src/class.c +68 -0
  512. data/resources/mruby/mrbgems/mruby-class-ext/test/module.rb +55 -0
  513. data/resources/mruby/mrbgems/mruby-compar-ext/mrbgem.rake +5 -0
  514. data/resources/mruby/mrbgems/mruby-compar-ext/mrblib/compar.rb +31 -0
  515. data/resources/mruby/mrbgems/mruby-compiler/bintest/mrbc.rb +30 -0
  516. data/resources/mruby/mrbgems/mruby-compiler/core/codegen.c +3083 -0
  517. data/resources/mruby/mrbgems/mruby-compiler/core/keywords +50 -0
  518. data/resources/mruby/mrbgems/mruby-compiler/core/lex.def +211 -0
  519. data/resources/mruby/mrbgems/mruby-compiler/core/node.h +118 -0
  520. data/resources/mruby/mrbgems/mruby-compiler/core/parse.y +6661 -0
  521. data/resources/mruby/mrbgems/mruby-compiler/mrbgem.rake +40 -0
  522. data/resources/mruby/mrbgems/mruby-enum-ext/mrbgem.rake +5 -0
  523. data/resources/mruby/mrbgems/mruby-enum-ext/mrblib/enum.rb +813 -0
  524. data/resources/mruby/mrbgems/mruby-enum-ext/test/enum.rb +185 -0
  525. data/resources/mruby/mrbgems/mruby-enum-lazy/mrbgem.rake +7 -0
  526. data/resources/mruby/mrbgems/mruby-enum-lazy/mrblib/lazy.rb +178 -0
  527. data/resources/mruby/mrbgems/mruby-enum-lazy/test/lazy.rb +53 -0
  528. data/resources/mruby/mrbgems/mruby-enumerator/mrbgem.rake +7 -0
  529. data/resources/mruby/mrbgems/mruby-enumerator/mrblib/enumerator.rb +645 -0
  530. data/resources/mruby/mrbgems/mruby-enumerator/test/enumerator.rb +546 -0
  531. data/resources/mruby/mrbgems/mruby-error/mrbgem.rake +10 -0
  532. data/resources/mruby/mrbgems/mruby-error/src/exception.c +100 -0
  533. data/resources/mruby/mrbgems/mruby-error/test/exception.c +59 -0
  534. data/resources/mruby/mrbgems/mruby-error/test/exception.rb +55 -0
  535. data/resources/mruby/mrbgems/mruby-eval/mrbgem.rake +7 -0
  536. data/resources/mruby/mrbgems/mruby-eval/src/eval.c +346 -0
  537. data/resources/mruby/mrbgems/mruby-eval/test/eval.rb +101 -0
  538. data/resources/mruby/mrbgems/mruby-exit/mrbgem.rake +5 -0
  539. data/resources/mruby/mrbgems/mruby-exit/src/mruby-exit.c +24 -0
  540. data/resources/mruby/mrbgems/mruby-fiber/mrbgem.rake +5 -0
  541. data/resources/mruby/mrbgems/mruby-fiber/src/fiber.c +420 -0
  542. data/resources/mruby/mrbgems/mruby-fiber/test/fiber.rb +208 -0
  543. data/resources/mruby/mrbgems/mruby-hash-ext/mrbgem.rake +8 -0
  544. data/resources/mruby/mrbgems/mruby-hash-ext/mrblib/hash.rb +502 -0
  545. data/resources/mruby/mrbgems/mruby-hash-ext/src/hash-ext.c +128 -0
  546. data/resources/mruby/mrbgems/mruby-hash-ext/test/hash.rb +300 -0
  547. data/resources/mruby/mrbgems/mruby-inline-struct/mrbgem.rake +5 -0
  548. data/resources/mruby/mrbgems/mruby-inline-struct/test/inline.c +83 -0
  549. data/resources/mruby/mrbgems/mruby-inline-struct/test/inline.rb +151 -0
  550. data/resources/mruby/mrbgems/mruby-io/README.md +193 -0
  551. data/resources/mruby/mrbgems/mruby-io/include/mruby/ext/io.h +38 -0
  552. data/resources/mruby/mrbgems/mruby-io/mrbgem.rake +17 -0
  553. data/resources/mruby/mrbgems/mruby-io/mrblib/file.rb +208 -0
  554. data/resources/mruby/mrbgems/mruby-io/mrblib/file_constants.rb +29 -0
  555. data/resources/mruby/mrbgems/mruby-io/mrblib/io.rb +387 -0
  556. data/resources/mruby/mrbgems/mruby-io/mrblib/kernel.rb +15 -0
  557. data/resources/mruby/mrbgems/mruby-io/run_test.rb +26 -0
  558. data/resources/mruby/mrbgems/mruby-io/src/file.c +489 -0
  559. data/resources/mruby/mrbgems/mruby-io/src/file_test.c +381 -0
  560. data/resources/mruby/mrbgems/mruby-io/src/io.c +1320 -0
  561. data/resources/mruby/mrbgems/mruby-io/src/mruby_io_gem.c +20 -0
  562. data/resources/mruby/mrbgems/mruby-io/test/file.rb +197 -0
  563. data/resources/mruby/mrbgems/mruby-io/test/file_test.rb +117 -0
  564. data/resources/mruby/mrbgems/mruby-io/test/gc_filedes.sh +4 -0
  565. data/resources/mruby/mrbgems/mruby-io/test/io.rb +642 -0
  566. data/resources/mruby/mrbgems/mruby-io/test/mruby_io_test.c +256 -0
  567. data/resources/mruby/mrbgems/mruby-kernel-ext/mrbgem.rake +5 -0
  568. data/resources/mruby/mrbgems/mruby-kernel-ext/mrblib/kernel.rb +13 -0
  569. data/resources/mruby/mrbgems/mruby-kernel-ext/src/kernel.c +264 -0
  570. data/resources/mruby/mrbgems/mruby-kernel-ext/test/kernel.rb +86 -0
  571. data/resources/mruby/mrbgems/mruby-math/mrbgem.rake +5 -0
  572. data/resources/mruby/mrbgems/mruby-math/src/math.c +783 -0
  573. data/resources/mruby/mrbgems/mruby-math/test/math.rb +152 -0
  574. data/resources/mruby/mrbgems/mruby-method/README.md +59 -0
  575. data/resources/mruby/mrbgems/mruby-method/mrbgem.rake +7 -0
  576. data/resources/mruby/mrbgems/mruby-method/mrblib/kernel.rb +9 -0
  577. data/resources/mruby/mrbgems/mruby-method/mrblib/method.rb +20 -0
  578. data/resources/mruby/mrbgems/mruby-method/mrblib/unbound_method.rb +9 -0
  579. data/resources/mruby/mrbgems/mruby-method/src/method.c +418 -0
  580. data/resources/mruby/mrbgems/mruby-method/test/method.rb +425 -0
  581. data/resources/mruby/mrbgems/mruby-numeric-ext/mrbgem.rake +5 -0
  582. data/resources/mruby/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb +25 -0
  583. data/resources/mruby/mrbgems/mruby-numeric-ext/src/numeric_ext.c +102 -0
  584. data/resources/mruby/mrbgems/mruby-numeric-ext/test/numeric.rb +28 -0
  585. data/resources/mruby/mrbgems/mruby-object-ext/mrbgem.rake +5 -0
  586. data/resources/mruby/mrbgems/mruby-object-ext/mrblib/object.rb +19 -0
  587. data/resources/mruby/mrbgems/mruby-object-ext/src/object.c +112 -0
  588. data/resources/mruby/mrbgems/mruby-object-ext/test/nil.rb +11 -0
  589. data/resources/mruby/mrbgems/mruby-object-ext/test/object.rb +53 -0
  590. data/resources/mruby/mrbgems/mruby-objectspace/mrbgem.rake +5 -0
  591. data/resources/mruby/mrbgems/mruby-objectspace/src/mruby_objectspace.c +187 -0
  592. data/resources/mruby/mrbgems/mruby-objectspace/test/objectspace.rb +60 -0
  593. data/resources/mruby/mrbgems/mruby-pack/README.md +70 -0
  594. data/resources/mruby/mrbgems/mruby-pack/mrbgem.rake +7 -0
  595. data/resources/mruby/mrbgems/mruby-pack/packtest.rb +157 -0
  596. data/resources/mruby/mrbgems/mruby-pack/run_test.rb +26 -0
  597. data/resources/mruby/mrbgems/mruby-pack/src/pack.c +1281 -0
  598. data/resources/mruby/mrbgems/mruby-pack/test/pack.rb +165 -0
  599. data/resources/mruby/mrbgems/mruby-print/mrbgem.rake +5 -0
  600. data/resources/mruby/mrbgems/mruby-print/mrblib/print.rb +64 -0
  601. data/resources/mruby/mrbgems/mruby-print/src/print.c +64 -0
  602. data/resources/mruby/mrbgems/mruby-proc-ext/mrbgem.rake +5 -0
  603. data/resources/mruby/mrbgems/mruby-proc-ext/mrblib/proc.rb +42 -0
  604. data/resources/mruby/mrbgems/mruby-proc-ext/src/proc.c +173 -0
  605. data/resources/mruby/mrbgems/mruby-proc-ext/test/proc.c +62 -0
  606. data/resources/mruby/mrbgems/mruby-proc-ext/test/proc.rb +96 -0
  607. data/resources/mruby/mrbgems/mruby-random/mrbgem.rake +5 -0
  608. data/resources/mruby/mrbgems/mruby-random/src/mt19937ar.c +224 -0
  609. data/resources/mruby/mrbgems/mruby-random/src/mt19937ar.h +80 -0
  610. data/resources/mruby/mrbgems/mruby-random/src/random.c +349 -0
  611. data/resources/mruby/mrbgems/mruby-random/src/random.h +12 -0
  612. data/resources/mruby/mrbgems/mruby-random/test/random.rb +88 -0
  613. data/resources/mruby/mrbgems/mruby-range-ext/mrbgem.rake +5 -0
  614. data/resources/mruby/mrbgems/mruby-range-ext/mrblib/range.rb +31 -0
  615. data/resources/mruby/mrbgems/mruby-range-ext/src/range.c +176 -0
  616. data/resources/mruby/mrbgems/mruby-range-ext/test/range.rb +32 -0
  617. data/resources/mruby/mrbgems/mruby-socket/README.md +55 -0
  618. data/resources/mruby/mrbgems/mruby-socket/mrbgem.rake +17 -0
  619. data/resources/mruby/mrbgems/mruby-socket/mrblib/socket.rb +621 -0
  620. data/resources/mruby/mrbgems/mruby-socket/run_test.rb +28 -0
  621. data/resources/mruby/mrbgems/mruby-socket/src/const.cstub +453 -0
  622. data/resources/mruby/mrbgems/mruby-socket/src/const.def +163 -0
  623. data/resources/mruby/mrbgems/mruby-socket/src/gen.rb +17 -0
  624. data/resources/mruby/mrbgems/mruby-socket/src/socket.c +928 -0
  625. data/resources/mruby/mrbgems/mruby-socket/test/addrinfo.rb +91 -0
  626. data/resources/mruby/mrbgems/mruby-socket/test/basicsocket.rb +17 -0
  627. data/resources/mruby/mrbgems/mruby-socket/test/ipsocket.rb +44 -0
  628. data/resources/mruby/mrbgems/mruby-socket/test/socket.rb +38 -0
  629. data/resources/mruby/mrbgems/mruby-socket/test/sockettest.c +46 -0
  630. data/resources/mruby/mrbgems/mruby-socket/test/tcpsocket.rb +4 -0
  631. data/resources/mruby/mrbgems/mruby-socket/test/udpsocket.rb +16 -0
  632. data/resources/mruby/mrbgems/mruby-socket/test/unix.rb +130 -0
  633. data/resources/mruby/mrbgems/mruby-sprintf/mrbgem.rake +5 -0
  634. data/resources/mruby/mrbgems/mruby-sprintf/mrblib/string.rb +9 -0
  635. data/resources/mruby/mrbgems/mruby-sprintf/src/kernel.c +30 -0
  636. data/resources/mruby/mrbgems/mruby-sprintf/src/sprintf.c +1126 -0
  637. data/resources/mruby/mrbgems/mruby-sprintf/test/sprintf.rb +110 -0
  638. data/resources/mruby/mrbgems/mruby-string-ext/mrbgem.rake +6 -0
  639. data/resources/mruby/mrbgems/mruby-string-ext/mrblib/string.rb +368 -0
  640. data/resources/mruby/mrbgems/mruby-string-ext/src/string.c +804 -0
  641. data/resources/mruby/mrbgems/mruby-string-ext/test/string.rb +682 -0
  642. data/resources/mruby/mrbgems/mruby-struct/mrbgem.rake +5 -0
  643. data/resources/mruby/mrbgems/mruby-struct/mrblib/struct.rb +103 -0
  644. data/resources/mruby/mrbgems/mruby-struct/src/struct.c +726 -0
  645. data/resources/mruby/mrbgems/mruby-struct/test/struct.rb +205 -0
  646. data/resources/mruby/mrbgems/mruby-symbol-ext/mrbgem.rake +5 -0
  647. data/resources/mruby/mrbgems/mruby-symbol-ext/mrblib/symbol.rb +78 -0
  648. data/resources/mruby/mrbgems/mruby-symbol-ext/src/symbol.c +64 -0
  649. data/resources/mruby/mrbgems/mruby-symbol-ext/test/symbol.rb +48 -0
  650. data/resources/mruby/mrbgems/mruby-test/README.md +7 -0
  651. data/resources/mruby/mrbgems/mruby-test/driver.c +175 -0
  652. data/resources/mruby/mrbgems/mruby-test/init_mrbtest.c +38 -0
  653. data/resources/mruby/mrbgems/mruby-test/mrbgem.rake +191 -0
  654. data/resources/mruby/mrbgems/mruby-time/mrbgem.rake +5 -0
  655. data/resources/mruby/mrbgems/mruby-time/mrblib/time.rb +9 -0
  656. data/resources/mruby/mrbgems/mruby-time/src/time.c +869 -0
  657. data/resources/mruby/mrbgems/mruby-time/test/time.rb +228 -0
  658. data/resources/mruby/mrbgems/mruby-toplevel-ext/mrbgem.rake +5 -0
  659. data/resources/mruby/mrbgems/mruby-toplevel-ext/mrblib/toplevel.rb +11 -0
  660. data/resources/mruby/mrbgems/mruby-toplevel-ext/test/toplevel.rb +24 -0
  661. data/resources/mruby/mrblib/00class.rb +29 -0
  662. data/resources/mruby/mrblib/10error.rb +59 -0
  663. data/resources/mruby/mrblib/array.rb +243 -0
  664. data/resources/mruby/mrblib/compar.rb +84 -0
  665. data/resources/mruby/mrblib/enum.rb +348 -0
  666. data/resources/mruby/mrblib/float.rb +9 -0
  667. data/resources/mruby/mrblib/hash.rb +358 -0
  668. data/resources/mruby/mrblib/init_mrblib.c +11 -0
  669. data/resources/mruby/mrblib/kernel.rb +50 -0
  670. data/resources/mruby/mrblib/mrblib.rake +21 -0
  671. data/resources/mruby/mrblib/numeric.rb +163 -0
  672. data/resources/mruby/mrblib/range.rb +67 -0
  673. data/resources/mruby/mrblib/string.rb +275 -0
  674. data/resources/mruby/mruby-source.gemspec +18 -0
  675. data/resources/mruby/src/array.c +1251 -0
  676. data/resources/mruby/src/backtrace.c +285 -0
  677. data/resources/mruby/src/class.c +2546 -0
  678. data/resources/mruby/src/codedump.c +477 -0
  679. data/resources/mruby/src/compar.c +13 -0
  680. data/resources/mruby/src/crc.c +39 -0
  681. data/resources/mruby/src/debug.c +217 -0
  682. data/resources/mruby/src/dump.c +1106 -0
  683. data/resources/mruby/src/enum.c +14 -0
  684. data/resources/mruby/src/error.c +513 -0
  685. data/resources/mruby/src/error.h +3 -0
  686. data/resources/mruby/src/etc.c +246 -0
  687. data/resources/mruby/src/fmt_fp.c +374 -0
  688. data/resources/mruby/src/gc.c +1835 -0
  689. data/resources/mruby/src/hash.c +916 -0
  690. data/resources/mruby/src/init.c +51 -0
  691. data/resources/mruby/src/kernel.c +1264 -0
  692. data/resources/mruby/src/load.c +706 -0
  693. data/resources/mruby/src/mruby_core.rake +20 -0
  694. data/resources/mruby/src/numeric.c +1574 -0
  695. data/resources/mruby/src/object.c +618 -0
  696. data/resources/mruby/src/opcode.h +2 -0
  697. data/resources/mruby/src/pool.c +209 -0
  698. data/resources/mruby/src/print.c +47 -0
  699. data/resources/mruby/src/proc.c +313 -0
  700. data/resources/mruby/src/range.c +446 -0
  701. data/resources/mruby/src/state.c +307 -0
  702. data/resources/mruby/src/string.c +3025 -0
  703. data/resources/mruby/src/symbol.c +494 -0
  704. data/resources/mruby/src/value_array.h +27 -0
  705. data/resources/mruby/src/variable.c +982 -0
  706. data/resources/mruby/src/version.c +17 -0
  707. data/resources/mruby/src/vm.c +3020 -0
  708. data/resources/mruby/tasks/benchmark.rake +91 -0
  709. data/resources/mruby/tasks/gitlab.rake +118 -0
  710. data/resources/mruby/tasks/libmruby.rake +24 -0
  711. data/resources/mruby/tasks/mrbgems.rake +98 -0
  712. data/resources/mruby/tasks/toolchains/android.rake +321 -0
  713. data/resources/mruby/tasks/toolchains/clang.rake +9 -0
  714. data/resources/mruby/tasks/toolchains/gcc.rake +66 -0
  715. data/resources/mruby/tasks/toolchains/openwrt.rake +38 -0
  716. data/resources/mruby/tasks/toolchains/visualcpp.rake +68 -0
  717. data/resources/mruby/test/assert.rb +249 -0
  718. data/resources/mruby/test/bintest.rb +33 -0
  719. data/resources/mruby/test/report.rb +4 -0
  720. data/resources/mruby/test/t/argumenterror.rb +16 -0
  721. data/resources/mruby/test/t/array.rb +394 -0
  722. data/resources/mruby/test/t/basicobject.rb +11 -0
  723. data/resources/mruby/test/t/bs_block.rb +521 -0
  724. data/resources/mruby/test/t/bs_literal.rb +38 -0
  725. data/resources/mruby/test/t/class.rb +451 -0
  726. data/resources/mruby/test/t/codegen.rb +197 -0
  727. data/resources/mruby/test/t/comparable.rb +80 -0
  728. data/resources/mruby/test/t/ensure.rb +54 -0
  729. data/resources/mruby/test/t/enumerable.rb +134 -0
  730. data/resources/mruby/test/t/exception.rb +422 -0
  731. data/resources/mruby/test/t/false.rb +31 -0
  732. data/resources/mruby/test/t/float.rb +209 -0
  733. data/resources/mruby/test/t/gc.rb +45 -0
  734. data/resources/mruby/test/t/hash.rb +375 -0
  735. data/resources/mruby/test/t/indexerror.rb +6 -0
  736. data/resources/mruby/test/t/integer.rb +277 -0
  737. data/resources/mruby/test/t/iterations.rb +61 -0
  738. data/resources/mruby/test/t/kernel.rb +600 -0
  739. data/resources/mruby/test/t/lang.rb +74 -0
  740. data/resources/mruby/test/t/literals.rb +337 -0
  741. data/resources/mruby/test/t/localjumperror.rb +13 -0
  742. data/resources/mruby/test/t/methods.rb +109 -0
  743. data/resources/mruby/test/t/module.rb +914 -0
  744. data/resources/mruby/test/t/nameerror.rb +28 -0
  745. data/resources/mruby/test/t/nil.rb +39 -0
  746. data/resources/mruby/test/t/nomethoderror.rb +22 -0
  747. data/resources/mruby/test/t/numeric.rb +43 -0
  748. data/resources/mruby/test/t/object.rb +11 -0
  749. data/resources/mruby/test/t/proc.rb +180 -0
  750. data/resources/mruby/test/t/range.rb +95 -0
  751. data/resources/mruby/test/t/rangeerror.rb +6 -0
  752. data/resources/mruby/test/t/regexperror.rb +4 -0
  753. data/resources/mruby/test/t/runtimeerror.rb +6 -0
  754. data/resources/mruby/test/t/standarderror.rb +6 -0
  755. data/resources/mruby/test/t/string.rb +728 -0
  756. data/resources/mruby/test/t/superclass.rb +47 -0
  757. data/resources/mruby/test/t/symbol.rb +30 -0
  758. data/resources/mruby/test/t/syntax.rb +468 -0
  759. data/resources/mruby/test/t/true.rb +31 -0
  760. data/resources/mruby/test/t/typeerror.rb +6 -0
  761. data/resources/mruby/test/t/unicode.rb +39 -0
  762. data/resources/mruby/travis_config.rb +53 -0
  763. metadata +806 -0
@@ -0,0 +1,48 @@
1
+ <html>
2
+ <head>
3
+ <title>pcre_jit_stack_free specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcre_jit_stack_free 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
+ <br><b>
16
+ SYNOPSIS
17
+ </b><br>
18
+ <P>
19
+ <b>#include &#60;pcre.h&#62;</b>
20
+ </P>
21
+ <P>
22
+ <b>void pcre_jit_stack_free(pcre_jit_stack *<i>stack</i>);</b>
23
+ </P>
24
+ <P>
25
+ <b>void pcre16_jit_stack_free(pcre16_jit_stack *<i>stack</i>);</b>
26
+ </P>
27
+ <P>
28
+ <b>void pcre32_jit_stack_free(pcre32_jit_stack *<i>stack</i>);</b>
29
+ </P>
30
+ <br><b>
31
+ DESCRIPTION
32
+ </b><br>
33
+ <P>
34
+ This function is used to free a JIT stack that was created by
35
+ <b>pcre[16|32]_jit_stack_alloc()</b> when it is no longer needed. For more details,
36
+ see the
37
+ <a href="pcrejit.html"><b>pcrejit</b></a>
38
+ page.
39
+ </P>
40
+ <P>
41
+ There is a complete description of the PCRE native API in the
42
+ <a href="pcreapi.html"><b>pcreapi</b></a>
43
+ page and a description of the POSIX API in the
44
+ <a href="pcreposix.html"><b>pcreposix</b></a>
45
+ page.
46
+ <p>
47
+ Return to the <a href="index.html">PCRE index page</a>.
48
+ </p>
@@ -0,0 +1,48 @@
1
+ <html>
2
+ <head>
3
+ <title>pcre_maketables specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcre_maketables 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
+ <br><b>
16
+ SYNOPSIS
17
+ </b><br>
18
+ <P>
19
+ <b>#include &#60;pcre.h&#62;</b>
20
+ </P>
21
+ <P>
22
+ <b>const unsigned char *pcre_maketables(void);</b>
23
+ </P>
24
+ <P>
25
+ <b>const unsigned char *pcre16_maketables(void);</b>
26
+ </P>
27
+ <P>
28
+ <b>const unsigned char *pcre32_maketables(void);</b>
29
+ </P>
30
+ <br><b>
31
+ DESCRIPTION
32
+ </b><br>
33
+ <P>
34
+ This function builds a set of character tables for character values less than
35
+ 256. These can be passed to <b>pcre[16|32]_compile()</b> to override PCRE's
36
+ internal, built-in tables (which were made by <b>pcre[16|32]_maketables()</b> when
37
+ PCRE was compiled). You might want to do this if you are using a non-standard
38
+ locale. The function yields a pointer to the tables.
39
+ </P>
40
+ <P>
41
+ There is a complete description of the PCRE native API in the
42
+ <a href="pcreapi.html"><b>pcreapi</b></a>
43
+ page and a description of the POSIX API in the
44
+ <a href="pcreposix.html"><b>pcreposix</b></a>
45
+ page.
46
+ <p>
47
+ Return to the <a href="index.html">PCRE index page</a>.
48
+ </p>
@@ -0,0 +1,58 @@
1
+ <html>
2
+ <head>
3
+ <title>pcre_pattern_to_host_byte_order specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcre_pattern_to_host_byte_order 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
+ <br><b>
16
+ SYNOPSIS
17
+ </b><br>
18
+ <P>
19
+ <b>#include &#60;pcre.h&#62;</b>
20
+ </P>
21
+ <P>
22
+ <b>int pcre_pattern_to_host_byte_order(pcre *<i>code</i>,</b>
23
+ <b>pcre_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
24
+ </P>
25
+ <P>
26
+ <b>int pcre16_pattern_to_host_byte_order(pcre16 *<i>code</i>,</b>
27
+ <b>pcre16_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
28
+ </P>
29
+ <P>
30
+ <b>int pcre32_pattern_to_host_byte_order(pcre32 *<i>code</i>,</b>
31
+ <b>pcre32_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
32
+ </P>
33
+ <br><b>
34
+ DESCRIPTION
35
+ </b><br>
36
+ <P>
37
+ This function ensures that the bytes in 2-byte and 4-byte values in a compiled
38
+ pattern are in the correct order for the current host. It is useful when a
39
+ pattern that has been compiled on one host is transferred to another that might
40
+ have different endianness. The arguments are:
41
+ <pre>
42
+ <i>code</i> A compiled regular expression
43
+ <i>extra</i> Points to an associated <b>pcre[16|32]_extra</b> structure,
44
+ or is NULL
45
+ <i>tables</i> Pointer to character tables, or NULL to
46
+ set the built-in default
47
+ </pre>
48
+ The result is 0 for success, a negative PCRE_ERROR_xxx value otherwise.
49
+ </P>
50
+ <P>
51
+ There is a complete description of the PCRE native API in the
52
+ <a href="pcreapi.html"><b>pcreapi</b></a>
53
+ page and a description of the POSIX API in the
54
+ <a href="pcreposix.html"><b>pcreposix</b></a>
55
+ page.
56
+ <p>
57
+ Return to the <a href="index.html">PCRE index page</a>.
58
+ </p>
@@ -0,0 +1,51 @@
1
+ <html>
2
+ <head>
3
+ <title>pcre_refcount specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcre_refcount 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
+ <br><b>
16
+ SYNOPSIS
17
+ </b><br>
18
+ <P>
19
+ <b>#include &#60;pcre.h&#62;</b>
20
+ </P>
21
+ <P>
22
+ <b>int pcre_refcount(pcre *<i>code</i>, int <i>adjust</i>);</b>
23
+ </P>
24
+ <P>
25
+ <b>int pcre16_refcount(pcre16 *<i>code</i>, int <i>adjust</i>);</b>
26
+ </P>
27
+ <P>
28
+ <b>int pcre32_refcount(pcre32 *<i>code</i>, int <i>adjust</i>);</b>
29
+ </P>
30
+ <br><b>
31
+ DESCRIPTION
32
+ </b><br>
33
+ <P>
34
+ This function is used to maintain a reference count inside a data block that
35
+ contains a compiled pattern. Its arguments are:
36
+ <pre>
37
+ <i>code</i> Compiled regular expression
38
+ <i>adjust</i> Adjustment to reference value
39
+ </pre>
40
+ The yield of the function is the adjusted reference value, which is constrained
41
+ to lie between 0 and 65535.
42
+ </P>
43
+ <P>
44
+ There is a complete description of the PCRE native API in the
45
+ <a href="pcreapi.html"><b>pcreapi</b></a>
46
+ page and a description of the POSIX API in the
47
+ <a href="pcreposix.html"><b>pcreposix</b></a>
48
+ page.
49
+ <p>
50
+ Return to the <a href="index.html">PCRE index page</a>.
51
+ </p>
@@ -0,0 +1,68 @@
1
+ <html>
2
+ <head>
3
+ <title>pcre_study specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcre_study 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
+ <br><b>
16
+ SYNOPSIS
17
+ </b><br>
18
+ <P>
19
+ <b>#include &#60;pcre.h&#62;</b>
20
+ </P>
21
+ <P>
22
+ <b>pcre_extra *pcre_study(const pcre *<i>code</i>, int <i>options</i>,</b>
23
+ <b>const char **<i>errptr</i>);</b>
24
+ </P>
25
+ <P>
26
+ <b>pcre16_extra *pcre16_study(const pcre16 *<i>code</i>, int <i>options</i>,</b>
27
+ <b>const char **<i>errptr</i>);</b>
28
+ </P>
29
+ <P>
30
+ <b>pcre32_extra *pcre32_study(const pcre32 *<i>code</i>, int <i>options</i>,</b>
31
+ <b>const char **<i>errptr</i>);</b>
32
+ </P>
33
+ <br><b>
34
+ DESCRIPTION
35
+ </b><br>
36
+ <P>
37
+ This function studies a compiled pattern, to see if additional information can
38
+ be extracted that might speed up matching. Its arguments are:
39
+ <pre>
40
+ <i>code</i> A compiled regular expression
41
+ <i>options</i> Options for <b>pcre[16|32]_study()</b>
42
+ <i>errptr</i> Where to put an error message
43
+ </pre>
44
+ If the function succeeds, it returns a value that can be passed to
45
+ <b>pcre[16|32]_exec()</b> or <b>pcre[16|32]_dfa_exec()</b> via their <i>extra</i>
46
+ arguments.
47
+ </P>
48
+ <P>
49
+ If the function returns NULL, either it could not find any additional
50
+ information, or there was an error. You can tell the difference by looking at
51
+ the error value. It is NULL in first case.
52
+ </P>
53
+ <P>
54
+ The only option is PCRE_STUDY_JIT_COMPILE. It requests just-in-time compilation
55
+ if possible. If PCRE has been compiled without JIT support, this option is
56
+ ignored. See the
57
+ <a href="pcrejit.html"><b>pcrejit</b></a>
58
+ page for further details.
59
+ </P>
60
+ <P>
61
+ There is a complete description of the PCRE native API in the
62
+ <a href="pcreapi.html"><b>pcreapi</b></a>
63
+ page and a description of the POSIX API in the
64
+ <a href="pcreposix.html"><b>pcreposix</b></a>
65
+ page.
66
+ <p>
67
+ Return to the <a href="index.html">PCRE index page</a>.
68
+ </p>
@@ -0,0 +1,57 @@
1
+ <html>
2
+ <head>
3
+ <title>pcre_utf16_to_host_byte_order specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcre_utf16_to_host_byte_order 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
+ <br><b>
16
+ SYNOPSIS
17
+ </b><br>
18
+ <P>
19
+ <b>#include &#60;pcre.h&#62;</b>
20
+ </P>
21
+ <P>
22
+ <b>int pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *<i>output</i>,</b>
23
+ <b>PCRE_SPTR16 <i>input</i>, int <i>length</i>, int *<i>host_byte_order</i>,</b>
24
+ <b>int <i>keep_boms</i>);</b>
25
+ </P>
26
+ <br><b>
27
+ DESCRIPTION
28
+ </b><br>
29
+ <P>
30
+ This function, which exists only in the 16-bit library, converts a UTF-16
31
+ string to the correct order for the current host, taking account of any byte
32
+ order marks (BOMs) within the string. Its arguments are:
33
+ <pre>
34
+ <i>output</i> pointer to output buffer, may be the same as <i>input</i>
35
+ <i>input</i> pointer to input buffer
36
+ <i>length</i> number of 16-bit units in the input, or negative for
37
+ a zero-terminated string
38
+ <i>host_byte_order</i> a NULL value or a non-zero value pointed to means
39
+ start in host byte order
40
+ <i>keep_boms</i> if non-zero, BOMs are copied to the output string
41
+ </pre>
42
+ The result of the function is the number of 16-bit units placed into the output
43
+ buffer, including the zero terminator if the string was zero-terminated.
44
+ </P>
45
+ <P>
46
+ If <i>host_byte_order</i> is not NULL, it is set to indicate the byte order that
47
+ is current at the end of the string.
48
+ </P>
49
+ <P>
50
+ There is a complete description of the PCRE native API in the
51
+ <a href="pcreapi.html"><b>pcreapi</b></a>
52
+ page and a description of the POSIX API in the
53
+ <a href="pcreposix.html"><b>pcreposix</b></a>
54
+ page.
55
+ <p>
56
+ Return to the <a href="index.html">PCRE index page</a>.
57
+ </p>
@@ -0,0 +1,46 @@
1
+ <html>
2
+ <head>
3
+ <title>pcre_version specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcre_version 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
+ <br><b>
16
+ SYNOPSIS
17
+ </b><br>
18
+ <P>
19
+ <b>#include &#60;pcre.h&#62;</b>
20
+ </P>
21
+ <P>
22
+ <b>const char *pcre_version(void);</b>
23
+ </P>
24
+ <P>
25
+ <b>const char *pcre16_version(void);</b>
26
+ </P>
27
+ <P>
28
+ <b>const char *pcre32_version(void);</b>
29
+ </P>
30
+ <br><b>
31
+ DESCRIPTION
32
+ </b><br>
33
+ <P>
34
+ This function (even in the 16-bit and 32-bit libraries) returns a
35
+ zero-terminated, 8-bit character string that gives the version number of the
36
+ PCRE library and the date of its release.
37
+ </P>
38
+ <P>
39
+ There is a complete description of the PCRE native API in the
40
+ <a href="pcreapi.html"><b>pcreapi</b></a>
41
+ page and a description of the POSIX API in the
42
+ <a href="pcreposix.html"><b>pcreposix</b></a>
43
+ page.
44
+ <p>
45
+ Return to the <a href="index.html">PCRE index page</a>.
46
+ </p>
@@ -0,0 +1,2786 @@
1
+ <html>
2
+ <head>
3
+ <title>pcreapi specification</title>
4
+ </head>
5
+ <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
6
+ <h1>pcreapi 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">PCRE NATIVE API BASIC FUNCTIONS</a>
17
+ <li><a name="TOC2" href="#SEC2">PCRE NATIVE API STRING EXTRACTION FUNCTIONS</a>
18
+ <li><a name="TOC3" href="#SEC3">PCRE NATIVE API AUXILIARY FUNCTIONS</a>
19
+ <li><a name="TOC4" href="#SEC4">PCRE NATIVE API INDIRECTED FUNCTIONS</a>
20
+ <li><a name="TOC5" href="#SEC5">PCRE 8-BIT, 16-BIT, AND 32-BIT LIBRARIES</a>
21
+ <li><a name="TOC6" href="#SEC6">PCRE API OVERVIEW</a>
22
+ <li><a name="TOC7" href="#SEC7">NEWLINES</a>
23
+ <li><a name="TOC8" href="#SEC8">MULTITHREADING</a>
24
+ <li><a name="TOC9" href="#SEC9">SAVING PRECOMPILED PATTERNS FOR LATER USE</a>
25
+ <li><a name="TOC10" href="#SEC10">CHECKING BUILD-TIME OPTIONS</a>
26
+ <li><a name="TOC11" href="#SEC11">COMPILING A PATTERN</a>
27
+ <li><a name="TOC12" href="#SEC12">COMPILATION ERROR CODES</a>
28
+ <li><a name="TOC13" href="#SEC13">STUDYING A PATTERN</a>
29
+ <li><a name="TOC14" href="#SEC14">LOCALE SUPPORT</a>
30
+ <li><a name="TOC15" href="#SEC15">INFORMATION ABOUT A PATTERN</a>
31
+ <li><a name="TOC16" href="#SEC16">REFERENCE COUNTS</a>
32
+ <li><a name="TOC17" href="#SEC17">MATCHING A PATTERN: THE TRADITIONAL FUNCTION</a>
33
+ <li><a name="TOC18" href="#SEC18">EXTRACTING CAPTURED SUBSTRINGS BY NUMBER</a>
34
+ <li><a name="TOC19" href="#SEC19">EXTRACTING CAPTURED SUBSTRINGS BY NAME</a>
35
+ <li><a name="TOC20" href="#SEC20">DUPLICATE SUBPATTERN NAMES</a>
36
+ <li><a name="TOC21" href="#SEC21">FINDING ALL POSSIBLE MATCHES</a>
37
+ <li><a name="TOC22" href="#SEC22">OBTAINING AN ESTIMATE OF STACK USAGE</a>
38
+ <li><a name="TOC23" href="#SEC23">MATCHING A PATTERN: THE ALTERNATIVE FUNCTION</a>
39
+ <li><a name="TOC24" href="#SEC24">SEE ALSO</a>
40
+ <li><a name="TOC25" href="#SEC25">AUTHOR</a>
41
+ <li><a name="TOC26" href="#SEC26">REVISION</a>
42
+ </ul>
43
+ <P>
44
+ <b>#include &#60;pcre.h&#62;</b>
45
+ </P>
46
+ <br><a name="SEC1" href="#TOC1">PCRE NATIVE API BASIC FUNCTIONS</a><br>
47
+ <P>
48
+ <b>pcre *pcre_compile(const char *<i>pattern</i>, int <i>options</i>,</b>
49
+ <b>const char **<i>errptr</i>, int *<i>erroffset</i>,</b>
50
+ <b>const unsigned char *<i>tableptr</i>);</b>
51
+ </P>
52
+ <P>
53
+ <b>pcre *pcre_compile2(const char *<i>pattern</i>, int <i>options</i>,</b>
54
+ <b>int *<i>errorcodeptr</i>,</b>
55
+ <b>const char **<i>errptr</i>, int *<i>erroffset</i>,</b>
56
+ <b>const unsigned char *<i>tableptr</i>);</b>
57
+ </P>
58
+ <P>
59
+ <b>pcre_extra *pcre_study(const pcre *<i>code</i>, int <i>options</i>,</b>
60
+ <b>const char **<i>errptr</i>);</b>
61
+ </P>
62
+ <P>
63
+ <b>void pcre_free_study(pcre_extra *<i>extra</i>);</b>
64
+ </P>
65
+ <P>
66
+ <b>int pcre_exec(const pcre *<i>code</i>, const pcre_extra *<i>extra</i>,</b>
67
+ <b>const char *<i>subject</i>, int <i>length</i>, int <i>startoffset</i>,</b>
68
+ <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>);</b>
69
+ </P>
70
+ <P>
71
+ <b>int pcre_dfa_exec(const pcre *<i>code</i>, const pcre_extra *<i>extra</i>,</b>
72
+ <b>const char *<i>subject</i>, int <i>length</i>, int <i>startoffset</i>,</b>
73
+ <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>,</b>
74
+ <b>int *<i>workspace</i>, int <i>wscount</i>);</b>
75
+ </P>
76
+ <br><a name="SEC2" href="#TOC1">PCRE NATIVE API STRING EXTRACTION FUNCTIONS</a><br>
77
+ <P>
78
+ <b>int pcre_copy_named_substring(const pcre *<i>code</i>,</b>
79
+ <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
80
+ <b>int <i>stringcount</i>, const char *<i>stringname</i>,</b>
81
+ <b>char *<i>buffer</i>, int <i>buffersize</i>);</b>
82
+ </P>
83
+ <P>
84
+ <b>int pcre_copy_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
85
+ <b>int <i>stringcount</i>, int <i>stringnumber</i>, char *<i>buffer</i>,</b>
86
+ <b>int <i>buffersize</i>);</b>
87
+ </P>
88
+ <P>
89
+ <b>int pcre_get_named_substring(const pcre *<i>code</i>,</b>
90
+ <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
91
+ <b>int <i>stringcount</i>, const char *<i>stringname</i>,</b>
92
+ <b>const char **<i>stringptr</i>);</b>
93
+ </P>
94
+ <P>
95
+ <b>int pcre_get_stringnumber(const pcre *<i>code</i>,</b>
96
+ <b>const char *<i>name</i>);</b>
97
+ </P>
98
+ <P>
99
+ <b>int pcre_get_stringtable_entries(const pcre *<i>code</i>,</b>
100
+ <b>const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b>
101
+ </P>
102
+ <P>
103
+ <b>int pcre_get_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
104
+ <b>int <i>stringcount</i>, int <i>stringnumber</i>,</b>
105
+ <b>const char **<i>stringptr</i>);</b>
106
+ </P>
107
+ <P>
108
+ <b>int pcre_get_substring_list(const char *<i>subject</i>,</b>
109
+ <b>int *<i>ovector</i>, int <i>stringcount</i>, const char ***<i>listptr</i>);</b>
110
+ </P>
111
+ <P>
112
+ <b>void pcre_free_substring(const char *<i>stringptr</i>);</b>
113
+ </P>
114
+ <P>
115
+ <b>void pcre_free_substring_list(const char **<i>stringptr</i>);</b>
116
+ </P>
117
+ <br><a name="SEC3" href="#TOC1">PCRE NATIVE API AUXILIARY FUNCTIONS</a><br>
118
+ <P>
119
+ <b>int pcre_jit_exec(const pcre *<i>code</i>, const pcre_extra *<i>extra</i>,</b>
120
+ <b>const char *<i>subject</i>, int <i>length</i>, int <i>startoffset</i>,</b>
121
+ <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>,</b>
122
+ <b>pcre_jit_stack *<i>jstack</i>);</b>
123
+ </P>
124
+ <P>
125
+ <b>pcre_jit_stack *pcre_jit_stack_alloc(int <i>startsize</i>, int <i>maxsize</i>);</b>
126
+ </P>
127
+ <P>
128
+ <b>void pcre_jit_stack_free(pcre_jit_stack *<i>stack</i>);</b>
129
+ </P>
130
+ <P>
131
+ <b>void pcre_assign_jit_stack(pcre_extra *<i>extra</i>,</b>
132
+ <b>pcre_jit_callback <i>callback</i>, void *<i>data</i>);</b>
133
+ </P>
134
+ <P>
135
+ <b>const unsigned char *pcre_maketables(void);</b>
136
+ </P>
137
+ <P>
138
+ <b>int pcre_fullinfo(const pcre *<i>code</i>, const pcre_extra *<i>extra</i>,</b>
139
+ <b>int <i>what</i>, void *<i>where</i>);</b>
140
+ </P>
141
+ <P>
142
+ <b>int pcre_refcount(pcre *<i>code</i>, int <i>adjust</i>);</b>
143
+ </P>
144
+ <P>
145
+ <b>int pcre_config(int <i>what</i>, void *<i>where</i>);</b>
146
+ </P>
147
+ <P>
148
+ <b>const char *pcre_version(void);</b>
149
+ </P>
150
+ <P>
151
+ <b>int pcre_pattern_to_host_byte_order(pcre *<i>code</i>,</b>
152
+ <b>pcre_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
153
+ </P>
154
+ <br><a name="SEC4" href="#TOC1">PCRE NATIVE API INDIRECTED FUNCTIONS</a><br>
155
+ <P>
156
+ <b>void *(*pcre_malloc)(size_t);</b>
157
+ </P>
158
+ <P>
159
+ <b>void (*pcre_free)(void *);</b>
160
+ </P>
161
+ <P>
162
+ <b>void *(*pcre_stack_malloc)(size_t);</b>
163
+ </P>
164
+ <P>
165
+ <b>void (*pcre_stack_free)(void *);</b>
166
+ </P>
167
+ <P>
168
+ <b>int (*pcre_callout)(pcre_callout_block *);</b>
169
+ </P>
170
+ <br><a name="SEC5" href="#TOC1">PCRE 8-BIT, 16-BIT, AND 32-BIT LIBRARIES</a><br>
171
+ <P>
172
+ As well as support for 8-bit character strings, PCRE also supports 16-bit
173
+ strings (from release 8.30) and 32-bit strings (from release 8.32), by means of
174
+ two additional libraries. They can be built as well as, or instead of, the
175
+ 8-bit library. To avoid too much complication, this document describes the
176
+ 8-bit versions of the functions, with only occasional references to the 16-bit
177
+ and 32-bit libraries.
178
+ </P>
179
+ <P>
180
+ The 16-bit and 32-bit functions operate in the same way as their 8-bit
181
+ counterparts; they just use different data types for their arguments and
182
+ results, and their names start with <b>pcre16_</b> or <b>pcre32_</b> instead of
183
+ <b>pcre_</b>. For every option that has UTF8 in its name (for example,
184
+ PCRE_UTF8), there are corresponding 16-bit and 32-bit names with UTF8 replaced
185
+ by UTF16 or UTF32, respectively. This facility is in fact just cosmetic; the
186
+ 16-bit and 32-bit option names define the same bit values.
187
+ </P>
188
+ <P>
189
+ References to bytes and UTF-8 in this document should be read as references to
190
+ 16-bit data quantities and UTF-16 when using the 16-bit library, or 32-bit data
191
+ quantities and UTF-32 when using the 32-bit library, unless specified
192
+ otherwise. More details of the specific differences for the 16-bit and 32-bit
193
+ libraries are given in the
194
+ <a href="pcre16.html"><b>pcre16</b></a>
195
+ and
196
+ <a href="pcre32.html"><b>pcre32</b></a>
197
+ pages.
198
+ </P>
199
+ <br><a name="SEC6" href="#TOC1">PCRE API OVERVIEW</a><br>
200
+ <P>
201
+ PCRE has its own native API, which is described in this document. There are
202
+ also some wrapper functions (for the 8-bit library only) that correspond to the
203
+ POSIX regular expression API, but they do not give access to all the
204
+ functionality. They are described in the
205
+ <a href="pcreposix.html"><b>pcreposix</b></a>
206
+ documentation. Both of these APIs define a set of C function calls. A C++
207
+ wrapper (again for the 8-bit library only) is also distributed with PCRE. It is
208
+ documented in the
209
+ <a href="pcrecpp.html"><b>pcrecpp</b></a>
210
+ page.
211
+ </P>
212
+ <P>
213
+ The native API C function prototypes are defined in the header file
214
+ <b>pcre.h</b>, and on Unix-like systems the (8-bit) library itself is called
215
+ <b>libpcre</b>. It can normally be accessed by adding <b>-lpcre</b> to the
216
+ command for linking an application that uses PCRE. The header file defines the
217
+ macros PCRE_MAJOR and PCRE_MINOR to contain the major and minor release numbers
218
+ for the library. Applications can use these to include support for different
219
+ releases of PCRE.
220
+ </P>
221
+ <P>
222
+ In a Windows environment, if you want to statically link an application program
223
+ against a non-dll <b>pcre.a</b> file, you must define PCRE_STATIC before
224
+ including <b>pcre.h</b> or <b>pcrecpp.h</b>, because otherwise the
225
+ <b>pcre_malloc()</b> and <b>pcre_free()</b> exported functions will be declared
226
+ <b>__declspec(dllimport)</b>, with unwanted results.
227
+ </P>
228
+ <P>
229
+ The functions <b>pcre_compile()</b>, <b>pcre_compile2()</b>, <b>pcre_study()</b>,
230
+ and <b>pcre_exec()</b> are used for compiling and matching regular expressions
231
+ in a Perl-compatible manner. A sample program that demonstrates the simplest
232
+ way of using them is provided in the file called <i>pcredemo.c</i> in the PCRE
233
+ source distribution. A listing of this program is given in the
234
+ <a href="pcredemo.html"><b>pcredemo</b></a>
235
+ documentation, and the
236
+ <a href="pcresample.html"><b>pcresample</b></a>
237
+ documentation describes how to compile and run it.
238
+ </P>
239
+ <P>
240
+ Just-in-time compiler support is an optional feature of PCRE that can be built
241
+ in appropriate hardware environments. It greatly speeds up the matching
242
+ performance of many patterns. Simple programs can easily request that it be
243
+ used if available, by setting an option that is ignored when it is not
244
+ relevant. More complicated programs might need to make use of the functions
245
+ <b>pcre_jit_stack_alloc()</b>, <b>pcre_jit_stack_free()</b>, and
246
+ <b>pcre_assign_jit_stack()</b> in order to control the JIT code's memory usage.
247
+ </P>
248
+ <P>
249
+ From release 8.32 there is also a direct interface for JIT execution, which
250
+ gives improved performance. The JIT-specific functions are discussed in the
251
+ <a href="pcrejit.html"><b>pcrejit</b></a>
252
+ documentation.
253
+ </P>
254
+ <P>
255
+ A second matching function, <b>pcre_dfa_exec()</b>, which is not
256
+ Perl-compatible, is also provided. This uses a different algorithm for the
257
+ matching. The alternative algorithm finds all possible matches (at a given
258
+ point in the subject), and scans the subject just once (unless there are
259
+ lookbehind assertions). However, this algorithm does not return captured
260
+ substrings. A description of the two matching algorithms and their advantages
261
+ and disadvantages is given in the
262
+ <a href="pcrematching.html"><b>pcrematching</b></a>
263
+ documentation.
264
+ </P>
265
+ <P>
266
+ In addition to the main compiling and matching functions, there are convenience
267
+ functions for extracting captured substrings from a subject string that is
268
+ matched by <b>pcre_exec()</b>. They are:
269
+ <pre>
270
+ <b>pcre_copy_substring()</b>
271
+ <b>pcre_copy_named_substring()</b>
272
+ <b>pcre_get_substring()</b>
273
+ <b>pcre_get_named_substring()</b>
274
+ <b>pcre_get_substring_list()</b>
275
+ <b>pcre_get_stringnumber()</b>
276
+ <b>pcre_get_stringtable_entries()</b>
277
+ </pre>
278
+ <b>pcre_free_substring()</b> and <b>pcre_free_substring_list()</b> are also
279
+ provided, to free the memory used for extracted strings.
280
+ </P>
281
+ <P>
282
+ The function <b>pcre_maketables()</b> is used to build a set of character tables
283
+ in the current locale for passing to <b>pcre_compile()</b>, <b>pcre_exec()</b>,
284
+ or <b>pcre_dfa_exec()</b>. This is an optional facility that is provided for
285
+ specialist use. Most commonly, no special tables are passed, in which case
286
+ internal tables that are generated when PCRE is built are used.
287
+ </P>
288
+ <P>
289
+ The function <b>pcre_fullinfo()</b> is used to find out information about a
290
+ compiled pattern. The function <b>pcre_version()</b> returns a pointer to a
291
+ string containing the version of PCRE and its date of release.
292
+ </P>
293
+ <P>
294
+ The function <b>pcre_refcount()</b> maintains a reference count in a data block
295
+ containing a compiled pattern. This is provided for the benefit of
296
+ object-oriented applications.
297
+ </P>
298
+ <P>
299
+ The global variables <b>pcre_malloc</b> and <b>pcre_free</b> initially contain
300
+ the entry points of the standard <b>malloc()</b> and <b>free()</b> functions,
301
+ respectively. PCRE calls the memory management functions via these variables,
302
+ so a calling program can replace them if it wishes to intercept the calls. This
303
+ should be done before calling any PCRE functions.
304
+ </P>
305
+ <P>
306
+ The global variables <b>pcre_stack_malloc</b> and <b>pcre_stack_free</b> are also
307
+ indirections to memory management functions. These special functions are used
308
+ only when PCRE is compiled to use the heap for remembering data, instead of
309
+ recursive function calls, when running the <b>pcre_exec()</b> function. See the
310
+ <a href="pcrebuild.html"><b>pcrebuild</b></a>
311
+ documentation for details of how to do this. It is a non-standard way of
312
+ building PCRE, for use in environments that have limited stacks. Because of the
313
+ greater use of memory management, it runs more slowly. Separate functions are
314
+ provided so that special-purpose external code can be used for this case. When
315
+ used, these functions are always called in a stack-like manner (last obtained,
316
+ first freed), and always for memory blocks of the same size. There is a
317
+ discussion about PCRE's stack usage in the
318
+ <a href="pcrestack.html"><b>pcrestack</b></a>
319
+ documentation.
320
+ </P>
321
+ <P>
322
+ The global variable <b>pcre_callout</b> initially contains NULL. It can be set
323
+ by the caller to a "callout" function, which PCRE will then call at specified
324
+ points during a matching operation. Details are given in the
325
+ <a href="pcrecallout.html"><b>pcrecallout</b></a>
326
+ documentation.
327
+ <a name="newlines"></a></P>
328
+ <br><a name="SEC7" href="#TOC1">NEWLINES</a><br>
329
+ <P>
330
+ PCRE supports five different conventions for indicating line breaks in
331
+ strings: a single CR (carriage return) character, a single LF (linefeed)
332
+ character, the two-character sequence CRLF, any of the three preceding, or any
333
+ Unicode newline sequence. The Unicode newline sequences are the three just
334
+ mentioned, plus the single characters VT (vertical tab, U+000B), FF (form feed,
335
+ U+000C), NEL (next line, U+0085), LS (line separator, U+2028), and PS
336
+ (paragraph separator, U+2029).
337
+ </P>
338
+ <P>
339
+ Each of the first three conventions is used by at least one operating system as
340
+ its standard newline sequence. When PCRE is built, a default can be specified.
341
+ The default default is LF, which is the Unix standard. When PCRE is run, the
342
+ default can be overridden, either when a pattern is compiled, or when it is
343
+ matched.
344
+ </P>
345
+ <P>
346
+ At compile time, the newline convention can be specified by the <i>options</i>
347
+ argument of <b>pcre_compile()</b>, or it can be specified by special text at the
348
+ start of the pattern itself; this overrides any other settings. See the
349
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
350
+ page for details of the special character sequences.
351
+ </P>
352
+ <P>
353
+ In the PCRE documentation the word "newline" is used to mean "the character or
354
+ pair of characters that indicate a line break". The choice of newline
355
+ convention affects the handling of the dot, circumflex, and dollar
356
+ metacharacters, the handling of #-comments in /x mode, and, when CRLF is a
357
+ recognized line ending sequence, the match position advancement for a
358
+ non-anchored pattern. There is more detail about this in the
359
+ <a href="#execoptions">section on <b>pcre_exec()</b> options</a>
360
+ below.
361
+ </P>
362
+ <P>
363
+ The choice of newline convention does not affect the interpretation of
364
+ the \n or \r escape sequences, nor does it affect what \R matches, which is
365
+ controlled in a similar way, but by separate options.
366
+ </P>
367
+ <br><a name="SEC8" href="#TOC1">MULTITHREADING</a><br>
368
+ <P>
369
+ The PCRE functions can be used in multi-threading applications, with the
370
+ proviso that the memory management functions pointed to by <b>pcre_malloc</b>,
371
+ <b>pcre_free</b>, <b>pcre_stack_malloc</b>, and <b>pcre_stack_free</b>, and the
372
+ callout function pointed to by <b>pcre_callout</b>, are shared by all threads.
373
+ </P>
374
+ <P>
375
+ The compiled form of a regular expression is not altered during matching, so
376
+ the same compiled pattern can safely be used by several threads at once.
377
+ </P>
378
+ <P>
379
+ If the just-in-time optimization feature is being used, it needs separate
380
+ memory stack areas for each thread. See the
381
+ <a href="pcrejit.html"><b>pcrejit</b></a>
382
+ documentation for more details.
383
+ </P>
384
+ <br><a name="SEC9" href="#TOC1">SAVING PRECOMPILED PATTERNS FOR LATER USE</a><br>
385
+ <P>
386
+ The compiled form of a regular expression can be saved and re-used at a later
387
+ time, possibly by a different program, and even on a host other than the one on
388
+ which it was compiled. Details are given in the
389
+ <a href="pcreprecompile.html"><b>pcreprecompile</b></a>
390
+ documentation, which includes a description of the
391
+ <b>pcre_pattern_to_host_byte_order()</b> function. However, compiling a regular
392
+ expression with one version of PCRE for use with a different version is not
393
+ guaranteed to work and may cause crashes.
394
+ </P>
395
+ <br><a name="SEC10" href="#TOC1">CHECKING BUILD-TIME OPTIONS</a><br>
396
+ <P>
397
+ <b>int pcre_config(int <i>what</i>, void *<i>where</i>);</b>
398
+ </P>
399
+ <P>
400
+ The function <b>pcre_config()</b> makes it possible for a PCRE client to
401
+ discover which optional features have been compiled into the PCRE library. The
402
+ <a href="pcrebuild.html"><b>pcrebuild</b></a>
403
+ documentation has more details about these optional features.
404
+ </P>
405
+ <P>
406
+ The first argument for <b>pcre_config()</b> is an integer, specifying which
407
+ information is required; the second argument is a pointer to a variable into
408
+ which the information is placed. The returned value is zero on success, or the
409
+ negative error code PCRE_ERROR_BADOPTION if the value in the first argument is
410
+ not recognized. The following information is available:
411
+ <pre>
412
+ PCRE_CONFIG_UTF8
413
+ </pre>
414
+ The output is an integer that is set to one if UTF-8 support is available;
415
+ otherwise it is set to zero. This value should normally be given to the 8-bit
416
+ version of this function, <b>pcre_config()</b>. If it is given to the 16-bit
417
+ or 32-bit version of this function, the result is PCRE_ERROR_BADOPTION.
418
+ <pre>
419
+ PCRE_CONFIG_UTF16
420
+ </pre>
421
+ The output is an integer that is set to one if UTF-16 support is available;
422
+ otherwise it is set to zero. This value should normally be given to the 16-bit
423
+ version of this function, <b>pcre16_config()</b>. If it is given to the 8-bit
424
+ or 32-bit version of this function, the result is PCRE_ERROR_BADOPTION.
425
+ <pre>
426
+ PCRE_CONFIG_UTF32
427
+ </pre>
428
+ The output is an integer that is set to one if UTF-32 support is available;
429
+ otherwise it is set to zero. This value should normally be given to the 32-bit
430
+ version of this function, <b>pcre32_config()</b>. If it is given to the 8-bit
431
+ or 16-bit version of this function, the result is PCRE_ERROR_BADOPTION.
432
+ <pre>
433
+ PCRE_CONFIG_UNICODE_PROPERTIES
434
+ </pre>
435
+ The output is an integer that is set to one if support for Unicode character
436
+ properties is available; otherwise it is set to zero.
437
+ <pre>
438
+ PCRE_CONFIG_JIT
439
+ </pre>
440
+ The output is an integer that is set to one if support for just-in-time
441
+ compiling is available; otherwise it is set to zero.
442
+ <pre>
443
+ PCRE_CONFIG_JITTARGET
444
+ </pre>
445
+ The output is a pointer to a zero-terminated "const char *" string. If JIT
446
+ support is available, the string contains the name of the architecture for
447
+ which the JIT compiler is configured, for example "x86 32bit (little endian +
448
+ unaligned)". If JIT support is not available, the result is NULL.
449
+ <pre>
450
+ PCRE_CONFIG_NEWLINE
451
+ </pre>
452
+ The output is an integer whose value specifies the default character sequence
453
+ that is recognized as meaning "newline". The values that are supported in
454
+ ASCII/Unicode environments are: 10 for LF, 13 for CR, 3338 for CRLF, -2 for
455
+ ANYCRLF, and -1 for ANY. In EBCDIC environments, CR, ANYCRLF, and ANY yield the
456
+ same values. However, the value for LF is normally 21, though some EBCDIC
457
+ environments use 37. The corresponding values for CRLF are 3349 and 3365. The
458
+ default should normally correspond to the standard sequence for your operating
459
+ system.
460
+ <pre>
461
+ PCRE_CONFIG_BSR
462
+ </pre>
463
+ The output is an integer whose value indicates what character sequences the \R
464
+ escape sequence matches by default. A value of 0 means that \R matches any
465
+ Unicode line ending sequence; a value of 1 means that \R matches only CR, LF,
466
+ or CRLF. The default can be overridden when a pattern is compiled or matched.
467
+ <pre>
468
+ PCRE_CONFIG_LINK_SIZE
469
+ </pre>
470
+ The output is an integer that contains the number of bytes used for internal
471
+ linkage in compiled regular expressions. For the 8-bit library, the value can
472
+ be 2, 3, or 4. For the 16-bit library, the value is either 2 or 4 and is still
473
+ a number of bytes. For the 32-bit library, the value is either 2 or 4 and is
474
+ still a number of bytes. The default value of 2 is sufficient for all but the
475
+ most massive patterns, since it allows the compiled pattern to be up to 64K in
476
+ size. Larger values allow larger regular expressions to be compiled, at the
477
+ expense of slower matching.
478
+ <pre>
479
+ PCRE_CONFIG_POSIX_MALLOC_THRESHOLD
480
+ </pre>
481
+ The output is an integer that contains the threshold above which the POSIX
482
+ interface uses <b>malloc()</b> for output vectors. Further details are given in
483
+ the
484
+ <a href="pcreposix.html"><b>pcreposix</b></a>
485
+ documentation.
486
+ <pre>
487
+ PCRE_CONFIG_MATCH_LIMIT
488
+ </pre>
489
+ The output is a long integer that gives the default limit for the number of
490
+ internal matching function calls in a <b>pcre_exec()</b> execution. Further
491
+ details are given with <b>pcre_exec()</b> below.
492
+ <pre>
493
+ PCRE_CONFIG_MATCH_LIMIT_RECURSION
494
+ </pre>
495
+ The output is a long integer that gives the default limit for the depth of
496
+ recursion when calling the internal matching function in a <b>pcre_exec()</b>
497
+ execution. Further details are given with <b>pcre_exec()</b> below.
498
+ <pre>
499
+ PCRE_CONFIG_STACKRECURSE
500
+ </pre>
501
+ The output is an integer that is set to one if internal recursion when running
502
+ <b>pcre_exec()</b> is implemented by recursive function calls that use the stack
503
+ to remember their state. This is the usual way that PCRE is compiled. The
504
+ output is zero if PCRE was compiled to use blocks of data on the heap instead
505
+ of recursive function calls. In this case, <b>pcre_stack_malloc</b> and
506
+ <b>pcre_stack_free</b> are called to manage memory blocks on the heap, thus
507
+ avoiding the use of the stack.
508
+ </P>
509
+ <br><a name="SEC11" href="#TOC1">COMPILING A PATTERN</a><br>
510
+ <P>
511
+ <b>pcre *pcre_compile(const char *<i>pattern</i>, int <i>options</i>,</b>
512
+ <b>const char **<i>errptr</i>, int *<i>erroffset</i>,</b>
513
+ <b>const unsigned char *<i>tableptr</i>);</b>
514
+ <b>pcre *pcre_compile2(const char *<i>pattern</i>, int <i>options</i>,</b>
515
+ <b>int *<i>errorcodeptr</i>,</b>
516
+ <b>const char **<i>errptr</i>, int *<i>erroffset</i>,</b>
517
+ <b>const unsigned char *<i>tableptr</i>);</b>
518
+ </P>
519
+ <P>
520
+ Either of the functions <b>pcre_compile()</b> or <b>pcre_compile2()</b> can be
521
+ called to compile a pattern into an internal form. The only difference between
522
+ the two interfaces is that <b>pcre_compile2()</b> has an additional argument,
523
+ <i>errorcodeptr</i>, via which a numerical error code can be returned. To avoid
524
+ too much repetition, we refer just to <b>pcre_compile()</b> below, but the
525
+ information applies equally to <b>pcre_compile2()</b>.
526
+ </P>
527
+ <P>
528
+ The pattern is a C string terminated by a binary zero, and is passed in the
529
+ <i>pattern</i> argument. A pointer to a single block of memory that is obtained
530
+ via <b>pcre_malloc</b> is returned. This contains the compiled code and related
531
+ data. The <b>pcre</b> type is defined for the returned block; this is a typedef
532
+ for a structure whose contents are not externally defined. It is up to the
533
+ caller to free the memory (via <b>pcre_free</b>) when it is no longer required.
534
+ </P>
535
+ <P>
536
+ Although the compiled code of a PCRE regex is relocatable, that is, it does not
537
+ depend on memory location, the complete <b>pcre</b> data block is not
538
+ fully relocatable, because it may contain a copy of the <i>tableptr</i>
539
+ argument, which is an address (see below).
540
+ </P>
541
+ <P>
542
+ The <i>options</i> argument contains various bit settings that affect the
543
+ compilation. It should be zero if no options are required. The available
544
+ options are described below. Some of them (in particular, those that are
545
+ compatible with Perl, but some others as well) can also be set and unset from
546
+ within the pattern (see the detailed description in the
547
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
548
+ documentation). For those options that can be different in different parts of
549
+ the pattern, the contents of the <i>options</i> argument specifies their
550
+ settings at the start of compilation and execution. The PCRE_ANCHORED,
551
+ PCRE_BSR_<i>xxx</i>, PCRE_NEWLINE_<i>xxx</i>, PCRE_NO_UTF8_CHECK, and
552
+ PCRE_NO_START_OPTIMIZE options can be set at the time of matching as well as at
553
+ compile time.
554
+ </P>
555
+ <P>
556
+ If <i>errptr</i> is NULL, <b>pcre_compile()</b> returns NULL immediately.
557
+ Otherwise, if compilation of a pattern fails, <b>pcre_compile()</b> returns
558
+ NULL, and sets the variable pointed to by <i>errptr</i> to point to a textual
559
+ error message. This is a static string that is part of the library. You must
560
+ not try to free it. Normally, the offset from the start of the pattern to the
561
+ byte that was being processed when the error was discovered is placed in the
562
+ variable pointed to by <i>erroffset</i>, which must not be NULL (if it is, an
563
+ immediate error is given). However, for an invalid UTF-8 string, the offset is
564
+ that of the first byte of the failing character.
565
+ </P>
566
+ <P>
567
+ Some errors are not detected until the whole pattern has been scanned; in these
568
+ cases, the offset passed back is the length of the pattern. Note that the
569
+ offset is in bytes, not characters, even in UTF-8 mode. It may sometimes point
570
+ into the middle of a UTF-8 character.
571
+ </P>
572
+ <P>
573
+ If <b>pcre_compile2()</b> is used instead of <b>pcre_compile()</b>, and the
574
+ <i>errorcodeptr</i> argument is not NULL, a non-zero error code number is
575
+ returned via this argument in the event of an error. This is in addition to the
576
+ textual error message. Error codes and messages are listed below.
577
+ </P>
578
+ <P>
579
+ If the final argument, <i>tableptr</i>, is NULL, PCRE uses a default set of
580
+ character tables that are built when PCRE is compiled, using the default C
581
+ locale. Otherwise, <i>tableptr</i> must be an address that is the result of a
582
+ call to <b>pcre_maketables()</b>. This value is stored with the compiled
583
+ pattern, and used again by <b>pcre_exec()</b>, unless another table pointer is
584
+ passed to it. For more discussion, see the section on locale support below.
585
+ </P>
586
+ <P>
587
+ This code fragment shows a typical straightforward call to <b>pcre_compile()</b>:
588
+ <pre>
589
+ pcre *re;
590
+ const char *error;
591
+ int erroffset;
592
+ re = pcre_compile(
593
+ "^A.*Z", /* the pattern */
594
+ 0, /* default options */
595
+ &error, /* for error message */
596
+ &erroffset, /* for error offset */
597
+ NULL); /* use default character tables */
598
+ </pre>
599
+ The following names for option bits are defined in the <b>pcre.h</b> header
600
+ file:
601
+ <pre>
602
+ PCRE_ANCHORED
603
+ </pre>
604
+ If this bit is set, the pattern is forced to be "anchored", that is, it is
605
+ constrained to match only at the first matching point in the string that is
606
+ being searched (the "subject string"). This effect can also be achieved by
607
+ appropriate constructs in the pattern itself, which is the only way to do it in
608
+ Perl.
609
+ <pre>
610
+ PCRE_AUTO_CALLOUT
611
+ </pre>
612
+ If this bit is set, <b>pcre_compile()</b> automatically inserts callout items,
613
+ all with number 255, before each pattern item. For discussion of the callout
614
+ facility, see the
615
+ <a href="pcrecallout.html"><b>pcrecallout</b></a>
616
+ documentation.
617
+ <pre>
618
+ PCRE_BSR_ANYCRLF
619
+ PCRE_BSR_UNICODE
620
+ </pre>
621
+ These options (which are mutually exclusive) control what the \R escape
622
+ sequence matches. The choice is either to match only CR, LF, or CRLF, or to
623
+ match any Unicode newline sequence. The default is specified when PCRE is
624
+ built. It can be overridden from within the pattern, or by setting an option
625
+ when a compiled pattern is matched.
626
+ <pre>
627
+ PCRE_CASELESS
628
+ </pre>
629
+ If this bit is set, letters in the pattern match both upper and lower case
630
+ letters. It is equivalent to Perl's /i option, and it can be changed within a
631
+ pattern by a (?i) option setting. In UTF-8 mode, PCRE always understands the
632
+ concept of case for characters whose values are less than 128, so caseless
633
+ matching is always possible. For characters with higher values, the concept of
634
+ case is supported if PCRE is compiled with Unicode property support, but not
635
+ otherwise. If you want to use caseless matching for characters 128 and above,
636
+ you must ensure that PCRE is compiled with Unicode property support as well as
637
+ with UTF-8 support.
638
+ <pre>
639
+ PCRE_DOLLAR_ENDONLY
640
+ </pre>
641
+ If this bit is set, a dollar metacharacter in the pattern matches only at the
642
+ end of the subject string. Without this option, a dollar also matches
643
+ immediately before a newline at the end of the string (but not before any other
644
+ newlines). The PCRE_DOLLAR_ENDONLY option is ignored if PCRE_MULTILINE is set.
645
+ There is no equivalent to this option in Perl, and no way to set it within a
646
+ pattern.
647
+ <pre>
648
+ PCRE_DOTALL
649
+ </pre>
650
+ If this bit is set, a dot metacharacter in the pattern matches a character of
651
+ any value, including one that indicates a newline. However, it only ever
652
+ matches one character, even if newlines are coded as CRLF. Without this option,
653
+ a dot does not match when the current position is at a newline. This option is
654
+ equivalent to Perl's /s option, and it can be changed within a pattern by a
655
+ (?s) option setting. A negative class such as [^a] always matches newline
656
+ characters, independent of the setting of this option.
657
+ <pre>
658
+ PCRE_DUPNAMES
659
+ </pre>
660
+ If this bit is set, names used to identify capturing subpatterns need not be
661
+ unique. This can be helpful for certain types of pattern when it is known that
662
+ only one instance of the named subpattern can ever be matched. There are more
663
+ details of named subpatterns below; see also the
664
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
665
+ documentation.
666
+ <pre>
667
+ PCRE_EXTENDED
668
+ </pre>
669
+ If this bit is set, white space data characters in the pattern are totally
670
+ ignored except when escaped or inside a character class. White space does not
671
+ include the VT character (code 11). In addition, characters between an
672
+ unescaped # outside a character class and the next newline, inclusive, are also
673
+ ignored. This is equivalent to Perl's /x option, and it can be changed within a
674
+ pattern by a (?x) option setting.
675
+ </P>
676
+ <P>
677
+ Which characters are interpreted as newlines is controlled by the options
678
+ passed to <b>pcre_compile()</b> or by a special sequence at the start of the
679
+ pattern, as described in the section entitled
680
+ <a href="pcrepattern.html#newlines">"Newline conventions"</a>
681
+ in the <b>pcrepattern</b> documentation. Note that the end of this type of
682
+ comment is a literal newline sequence in the pattern; escape sequences that
683
+ happen to represent a newline do not count.
684
+ </P>
685
+ <P>
686
+ This option makes it possible to include comments inside complicated patterns.
687
+ Note, however, that this applies only to data characters. White space characters
688
+ may never appear within special character sequences in a pattern, for example
689
+ within the sequence (?( that introduces a conditional subpattern.
690
+ <pre>
691
+ PCRE_EXTRA
692
+ </pre>
693
+ This option was invented in order to turn on additional functionality of PCRE
694
+ that is incompatible with Perl, but it is currently of very little use. When
695
+ set, any backslash in a pattern that is followed by a letter that has no
696
+ special meaning causes an error, thus reserving these combinations for future
697
+ expansion. By default, as in Perl, a backslash followed by a letter with no
698
+ special meaning is treated as a literal. (Perl can, however, be persuaded to
699
+ give an error for this, by running it with the -w option.) There are at present
700
+ no other features controlled by this option. It can also be set by a (?X)
701
+ option setting within a pattern.
702
+ <pre>
703
+ PCRE_FIRSTLINE
704
+ </pre>
705
+ If this option is set, an unanchored pattern is required to match before or at
706
+ the first newline in the subject string, though the matched text may continue
707
+ over the newline.
708
+ <pre>
709
+ PCRE_JAVASCRIPT_COMPAT
710
+ </pre>
711
+ If this option is set, PCRE's behaviour is changed in some ways so that it is
712
+ compatible with JavaScript rather than Perl. The changes are as follows:
713
+ </P>
714
+ <P>
715
+ (1) A lone closing square bracket in a pattern causes a compile-time error,
716
+ because this is illegal in JavaScript (by default it is treated as a data
717
+ character). Thus, the pattern AB]CD becomes illegal when this option is set.
718
+ </P>
719
+ <P>
720
+ (2) At run time, a back reference to an unset subpattern group matches an empty
721
+ string (by default this causes the current matching alternative to fail). A
722
+ pattern such as (\1)(a) succeeds when this option is set (assuming it can find
723
+ an "a" in the subject), whereas it fails by default, for Perl compatibility.
724
+ </P>
725
+ <P>
726
+ (3) \U matches an upper case "U" character; by default \U causes a compile
727
+ time error (Perl uses \U to upper case subsequent characters).
728
+ </P>
729
+ <P>
730
+ (4) \u matches a lower case "u" character unless it is followed by four
731
+ hexadecimal digits, in which case the hexadecimal number defines the code point
732
+ to match. By default, \u causes a compile time error (Perl uses it to upper
733
+ case the following character).
734
+ </P>
735
+ <P>
736
+ (5) \x matches a lower case "x" character unless it is followed by two
737
+ hexadecimal digits, in which case the hexadecimal number defines the code point
738
+ to match. By default, as in Perl, a hexadecimal number is always expected after
739
+ \x, but it may have zero, one, or two digits (so, for example, \xz matches a
740
+ binary zero character followed by z).
741
+ <pre>
742
+ PCRE_MULTILINE
743
+ </pre>
744
+ By default, PCRE treats the subject string as consisting of a single line of
745
+ characters (even if it actually contains newlines). The "start of line"
746
+ metacharacter (^) matches only at the start of the string, while the "end of
747
+ line" metacharacter ($) matches only at the end of the string, or before a
748
+ terminating newline (unless PCRE_DOLLAR_ENDONLY is set). This is the same as
749
+ Perl.
750
+ </P>
751
+ <P>
752
+ When PCRE_MULTILINE it is set, the "start of line" and "end of line" constructs
753
+ match immediately following or immediately before internal newlines in the
754
+ subject string, respectively, as well as at the very start and end. This is
755
+ equivalent to Perl's /m option, and it can be changed within a pattern by a
756
+ (?m) option setting. If there are no newlines in a subject string, or no
757
+ occurrences of ^ or $ in a pattern, setting PCRE_MULTILINE has no effect.
758
+ <pre>
759
+ PCRE_NEWLINE_CR
760
+ PCRE_NEWLINE_LF
761
+ PCRE_NEWLINE_CRLF
762
+ PCRE_NEWLINE_ANYCRLF
763
+ PCRE_NEWLINE_ANY
764
+ </pre>
765
+ These options override the default newline definition that was chosen when PCRE
766
+ was built. Setting the first or the second specifies that a newline is
767
+ indicated by a single character (CR or LF, respectively). Setting
768
+ PCRE_NEWLINE_CRLF specifies that a newline is indicated by the two-character
769
+ CRLF sequence. Setting PCRE_NEWLINE_ANYCRLF specifies that any of the three
770
+ preceding sequences should be recognized. Setting PCRE_NEWLINE_ANY specifies
771
+ that any Unicode newline sequence should be recognized.
772
+ </P>
773
+ <P>
774
+ In an ASCII/Unicode environment, the Unicode newline sequences are the three
775
+ just mentioned, plus the single characters VT (vertical tab, U+000B), FF (form
776
+ feed, U+000C), NEL (next line, U+0085), LS (line separator, U+2028), and PS
777
+ (paragraph separator, U+2029). For the 8-bit library, the last two are
778
+ recognized only in UTF-8 mode.
779
+ </P>
780
+ <P>
781
+ When PCRE is compiled to run in an EBCDIC (mainframe) environment, the code for
782
+ CR is 0x0d, the same as ASCII. However, the character code for LF is normally
783
+ 0x15, though in some EBCDIC environments 0x25 is used. Whichever of these is
784
+ not LF is made to correspond to Unicode's NEL character. EBCDIC codes are all
785
+ less than 256. For more details, see the
786
+ <a href="pcrebuild.html"><b>pcrebuild</b></a>
787
+ documentation.
788
+ </P>
789
+ <P>
790
+ The newline setting in the options word uses three bits that are treated
791
+ as a number, giving eight possibilities. Currently only six are used (default
792
+ plus the five values above). This means that if you set more than one newline
793
+ option, the combination may or may not be sensible. For example,
794
+ PCRE_NEWLINE_CR with PCRE_NEWLINE_LF is equivalent to PCRE_NEWLINE_CRLF, but
795
+ other combinations may yield unused numbers and cause an error.
796
+ </P>
797
+ <P>
798
+ The only time that a line break in a pattern is specially recognized when
799
+ compiling is when PCRE_EXTENDED is set. CR and LF are white space characters,
800
+ and so are ignored in this mode. Also, an unescaped # outside a character class
801
+ indicates a comment that lasts until after the next line break sequence. In
802
+ other circumstances, line break sequences in patterns are treated as literal
803
+ data.
804
+ </P>
805
+ <P>
806
+ The newline option that is set at compile time becomes the default that is used
807
+ for <b>pcre_exec()</b> and <b>pcre_dfa_exec()</b>, but it can be overridden.
808
+ <pre>
809
+ PCRE_NO_AUTO_CAPTURE
810
+ </pre>
811
+ If this option is set, it disables the use of numbered capturing parentheses in
812
+ the pattern. Any opening parenthesis that is not followed by ? behaves as if it
813
+ were followed by ?: but named parentheses can still be used for capturing (and
814
+ they acquire numbers in the usual way). There is no equivalent of this option
815
+ in Perl.
816
+ <pre>
817
+ NO_START_OPTIMIZE
818
+ </pre>
819
+ This is an option that acts at matching time; that is, it is really an option
820
+ for <b>pcre_exec()</b> or <b>pcre_dfa_exec()</b>. If it is set at compile time,
821
+ it is remembered with the compiled pattern and assumed at matching time. For
822
+ details see the discussion of PCRE_NO_START_OPTIMIZE
823
+ <a href="#execoptions">below.</a>
824
+ <pre>
825
+ PCRE_UCP
826
+ </pre>
827
+ This option changes the way PCRE processes \B, \b, \D, \d, \S, \s, \W,
828
+ \w, and some of the POSIX character classes. By default, only ASCII characters
829
+ are recognized, but if PCRE_UCP is set, Unicode properties are used instead to
830
+ classify characters. More details are given in the section on
831
+ <a href="pcre.html#genericchartypes">generic character types</a>
832
+ in the
833
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
834
+ page. If you set PCRE_UCP, matching one of the items it affects takes much
835
+ longer. The option is available only if PCRE has been compiled with Unicode
836
+ property support.
837
+ <pre>
838
+ PCRE_UNGREEDY
839
+ </pre>
840
+ This option inverts the "greediness" of the quantifiers so that they are not
841
+ greedy by default, but become greedy if followed by "?". It is not compatible
842
+ with Perl. It can also be set by a (?U) option setting within the pattern.
843
+ <pre>
844
+ PCRE_UTF8
845
+ </pre>
846
+ This option causes PCRE to regard both the pattern and the subject as strings
847
+ of UTF-8 characters instead of single-byte strings. However, it is available
848
+ only when PCRE is built to include UTF support. If not, the use of this option
849
+ provokes an error. Details of how this option changes the behaviour of PCRE are
850
+ given in the
851
+ <a href="pcreunicode.html"><b>pcreunicode</b></a>
852
+ page.
853
+ <pre>
854
+ PCRE_NO_UTF8_CHECK
855
+ </pre>
856
+ When PCRE_UTF8 is set, the validity of the pattern as a UTF-8 string is
857
+ automatically checked. There is a discussion about the
858
+ <a href="pcreunicode.html#utf8strings">validity of UTF-8 strings</a>
859
+ in the
860
+ <a href="pcreunicode.html"><b>pcreunicode</b></a>
861
+ page. If an invalid UTF-8 sequence is found, <b>pcre_compile()</b> returns an
862
+ error. If you already know that your pattern is valid, and you want to skip
863
+ this check for performance reasons, you can set the PCRE_NO_UTF8_CHECK option.
864
+ When it is set, the effect of passing an invalid UTF-8 string as a pattern is
865
+ undefined. It may cause your program to crash. Note that this option can also
866
+ be passed to <b>pcre_exec()</b> and <b>pcre_dfa_exec()</b>, to suppress the
867
+ validity checking of subject strings only. If the same string is being matched
868
+ many times, the option can be safely set for the second and subsequent
869
+ matchings to improve performance.
870
+ </P>
871
+ <br><a name="SEC12" href="#TOC1">COMPILATION ERROR CODES</a><br>
872
+ <P>
873
+ The following table lists the error codes than may be returned by
874
+ <b>pcre_compile2()</b>, along with the error messages that may be returned by
875
+ both compiling functions. Note that error messages are always 8-bit ASCII
876
+ strings, even in 16-bit or 32-bit mode. As PCRE has developed, some error codes
877
+ have fallen out of use. To avoid confusion, they have not been re-used.
878
+ <pre>
879
+ 0 no error
880
+ 1 \ at end of pattern
881
+ 2 \c at end of pattern
882
+ 3 unrecognized character follows \
883
+ 4 numbers out of order in {} quantifier
884
+ 5 number too big in {} quantifier
885
+ 6 missing terminating ] for character class
886
+ 7 invalid escape sequence in character class
887
+ 8 range out of order in character class
888
+ 9 nothing to repeat
889
+ 10 [this code is not in use]
890
+ 11 internal error: unexpected repeat
891
+ 12 unrecognized character after (? or (?-
892
+ 13 POSIX named classes are supported only within a class
893
+ 14 missing )
894
+ 15 reference to non-existent subpattern
895
+ 16 erroffset passed as NULL
896
+ 17 unknown option bit(s) set
897
+ 18 missing ) after comment
898
+ 19 [this code is not in use]
899
+ 20 regular expression is too large
900
+ 21 failed to get memory
901
+ 22 unmatched parentheses
902
+ 23 internal error: code overflow
903
+ 24 unrecognized character after (?&#60;
904
+ 25 lookbehind assertion is not fixed length
905
+ 26 malformed number or name after (?(
906
+ 27 conditional group contains more than two branches
907
+ 28 assertion expected after (?(
908
+ 29 (?R or (?[+-]digits must be followed by )
909
+ 30 unknown POSIX class name
910
+ 31 POSIX collating elements are not supported
911
+ 32 this version of PCRE is compiled without UTF support
912
+ 33 [this code is not in use]
913
+ 34 character value in \x{...} sequence is too large
914
+ 35 invalid condition (?(0)
915
+ 36 \C not allowed in lookbehind assertion
916
+ 37 PCRE does not support \L, \l, \N{name}, \U, or \u
917
+ 38 number after (?C is &#62; 255
918
+ 39 closing ) for (?C expected
919
+ 40 recursive call could loop indefinitely
920
+ 41 unrecognized character after (?P
921
+ 42 syntax error in subpattern name (missing terminator)
922
+ 43 two named subpatterns have the same name
923
+ 44 invalid UTF-8 string (specifically UTF-8)
924
+ 45 support for \P, \p, and \X has not been compiled
925
+ 46 malformed \P or \p sequence
926
+ 47 unknown property name after \P or \p
927
+ 48 subpattern name is too long (maximum 32 characters)
928
+ 49 too many named subpatterns (maximum 10000)
929
+ 50 [this code is not in use]
930
+ 51 octal value is greater than \377 in 8-bit non-UTF-8 mode
931
+ 52 internal error: overran compiling workspace
932
+ 53 internal error: previously-checked referenced subpattern
933
+ not found
934
+ 54 DEFINE group contains more than one branch
935
+ 55 repeating a DEFINE group is not allowed
936
+ 56 inconsistent NEWLINE options
937
+ 57 \g is not followed by a braced, angle-bracketed, or quoted
938
+ name/number or by a plain number
939
+ 58 a numbered reference must not be zero
940
+ 59 an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT)
941
+ 60 (*VERB) not recognized
942
+ 61 number is too big
943
+ 62 subpattern name expected
944
+ 63 digit expected after (?+
945
+ 64 ] is an invalid data character in JavaScript compatibility mode
946
+ 65 different names for subpatterns of the same number are
947
+ not allowed
948
+ 66 (*MARK) must have an argument
949
+ 67 this version of PCRE is not compiled with Unicode property
950
+ support
951
+ 68 \c must be followed by an ASCII character
952
+ 69 \k is not followed by a braced, angle-bracketed, or quoted name
953
+ 70 internal error: unknown opcode in find_fixedlength()
954
+ 71 \N is not supported in a class
955
+ 72 too many forward references
956
+ 73 disallowed Unicode code point (&#62;= 0xd800 && &#60;= 0xdfff)
957
+ 74 invalid UTF-16 string (specifically UTF-16)
958
+ 75 name is too long in (*MARK), (*PRUNE), (*SKIP), or (*THEN)
959
+ 76 character value in \u.... sequence is too large
960
+ 77 invalid UTF-32 string (specifically UTF-32)
961
+ </pre>
962
+ The numbers 32 and 10000 in errors 48 and 49 are defaults; different values may
963
+ be used if the limits were changed when PCRE was built.
964
+ <a name="studyingapattern"></a></P>
965
+ <br><a name="SEC13" href="#TOC1">STUDYING A PATTERN</a><br>
966
+ <P>
967
+ <b>pcre_extra *pcre_study(const pcre *<i>code</i>, int <i>options</i></b>
968
+ <b>const char **<i>errptr</i>);</b>
969
+ </P>
970
+ <P>
971
+ If a compiled pattern is going to be used several times, it is worth spending
972
+ more time analyzing it in order to speed up the time taken for matching. The
973
+ function <b>pcre_study()</b> takes a pointer to a compiled pattern as its first
974
+ argument. If studying the pattern produces additional information that will
975
+ help speed up matching, <b>pcre_study()</b> returns a pointer to a
976
+ <b>pcre_extra</b> block, in which the <i>study_data</i> field points to the
977
+ results of the study.
978
+ </P>
979
+ <P>
980
+ The returned value from <b>pcre_study()</b> can be passed directly to
981
+ <b>pcre_exec()</b> or <b>pcre_dfa_exec()</b>. However, a <b>pcre_extra</b> block
982
+ also contains other fields that can be set by the caller before the block is
983
+ passed; these are described
984
+ <a href="#extradata">below</a>
985
+ in the section on matching a pattern.
986
+ </P>
987
+ <P>
988
+ If studying the pattern does not produce any useful information,
989
+ <b>pcre_study()</b> returns NULL by default. In that circumstance, if the
990
+ calling program wants to pass any of the other fields to <b>pcre_exec()</b> or
991
+ <b>pcre_dfa_exec()</b>, it must set up its own <b>pcre_extra</b> block. However,
992
+ if <b>pcre_study()</b> is called with the PCRE_STUDY_EXTRA_NEEDED option, it
993
+ returns a <b>pcre_extra</b> block even if studying did not find any additional
994
+ information. It may still return NULL, however, if an error occurs in
995
+ <b>pcre_study()</b>.
996
+ </P>
997
+ <P>
998
+ The second argument of <b>pcre_study()</b> contains option bits. There are three
999
+ further options in addition to PCRE_STUDY_EXTRA_NEEDED:
1000
+ <pre>
1001
+ PCRE_STUDY_JIT_COMPILE
1002
+ PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE
1003
+ PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE
1004
+ </pre>
1005
+ If any of these are set, and the just-in-time compiler is available, the
1006
+ pattern is further compiled into machine code that executes much faster than
1007
+ the <b>pcre_exec()</b> interpretive matching function. If the just-in-time
1008
+ compiler is not available, these options are ignored. All undefined bits in the
1009
+ <i>options</i> argument must be zero.
1010
+ </P>
1011
+ <P>
1012
+ JIT compilation is a heavyweight optimization. It can take some time for
1013
+ patterns to be analyzed, and for one-off matches and simple patterns the
1014
+ benefit of faster execution might be offset by a much slower study time.
1015
+ Not all patterns can be optimized by the JIT compiler. For those that cannot be
1016
+ handled, matching automatically falls back to the <b>pcre_exec()</b>
1017
+ interpreter. For more details, see the
1018
+ <a href="pcrejit.html"><b>pcrejit</b></a>
1019
+ documentation.
1020
+ </P>
1021
+ <P>
1022
+ The third argument for <b>pcre_study()</b> is a pointer for an error message. If
1023
+ studying succeeds (even if no data is returned), the variable it points to is
1024
+ set to NULL. Otherwise it is set to point to a textual error message. This is a
1025
+ static string that is part of the library. You must not try to free it. You
1026
+ should test the error pointer for NULL after calling <b>pcre_study()</b>, to be
1027
+ sure that it has run successfully.
1028
+ </P>
1029
+ <P>
1030
+ When you are finished with a pattern, you can free the memory used for the
1031
+ study data by calling <b>pcre_free_study()</b>. This function was added to the
1032
+ API for release 8.20. For earlier versions, the memory could be freed with
1033
+ <b>pcre_free()</b>, just like the pattern itself. This will still work in cases
1034
+ where JIT optimization is not used, but it is advisable to change to the new
1035
+ function when convenient.
1036
+ </P>
1037
+ <P>
1038
+ This is a typical way in which <b>pcre_study</b>() is used (except that in a
1039
+ real application there should be tests for errors):
1040
+ <pre>
1041
+ int rc;
1042
+ pcre *re;
1043
+ pcre_extra *sd;
1044
+ re = pcre_compile("pattern", 0, &error, &erroroffset, NULL);
1045
+ sd = pcre_study(
1046
+ re, /* result of pcre_compile() */
1047
+ 0, /* no options */
1048
+ &error); /* set to NULL or points to a message */
1049
+ rc = pcre_exec( /* see below for details of pcre_exec() options */
1050
+ re, sd, "subject", 7, 0, 0, ovector, 30);
1051
+ ...
1052
+ pcre_free_study(sd);
1053
+ pcre_free(re);
1054
+ </pre>
1055
+ Studying a pattern does two things: first, a lower bound for the length of
1056
+ subject string that is needed to match the pattern is computed. This does not
1057
+ mean that there are any strings of that length that match, but it does
1058
+ guarantee that no shorter strings match. The value is used to avoid wasting
1059
+ time by trying to match strings that are shorter than the lower bound. You can
1060
+ find out the value in a calling program via the <b>pcre_fullinfo()</b> function.
1061
+ </P>
1062
+ <P>
1063
+ Studying a pattern is also useful for non-anchored patterns that do not have a
1064
+ single fixed starting character. A bitmap of possible starting bytes is
1065
+ created. This speeds up finding a position in the subject at which to start
1066
+ matching. (In 16-bit mode, the bitmap is used for 16-bit values less than 256.
1067
+ In 32-bit mode, the bitmap is used for 32-bit values less than 256.)
1068
+ </P>
1069
+ <P>
1070
+ These two optimizations apply to both <b>pcre_exec()</b> and
1071
+ <b>pcre_dfa_exec()</b>, and the information is also used by the JIT compiler.
1072
+ The optimizations can be disabled by setting the PCRE_NO_START_OPTIMIZE option
1073
+ when calling <b>pcre_exec()</b> or <b>pcre_dfa_exec()</b>, but if this is done,
1074
+ JIT execution is also disabled. You might want to do this if your pattern
1075
+ contains callouts or (*MARK) and you want to make use of these facilities in
1076
+ cases where matching fails. See the discussion of PCRE_NO_START_OPTIMIZE
1077
+ <a href="#execoptions">below.</a>
1078
+ <a name="localesupport"></a></P>
1079
+ <br><a name="SEC14" href="#TOC1">LOCALE SUPPORT</a><br>
1080
+ <P>
1081
+ PCRE handles caseless matching, and determines whether characters are letters,
1082
+ digits, or whatever, by reference to a set of tables, indexed by character
1083
+ value. When running in UTF-8 mode, this applies only to characters
1084
+ with codes less than 128. By default, higher-valued codes never match escapes
1085
+ such as \w or \d, but they can be tested with \p if PCRE is built with
1086
+ Unicode character property support. Alternatively, the PCRE_UCP option can be
1087
+ set at compile time; this causes \w and friends to use Unicode property
1088
+ support instead of built-in tables. The use of locales with Unicode is
1089
+ discouraged. If you are handling characters with codes greater than 128, you
1090
+ should either use UTF-8 and Unicode, or use locales, but not try to mix the
1091
+ two.
1092
+ </P>
1093
+ <P>
1094
+ PCRE contains an internal set of tables that are used when the final argument
1095
+ of <b>pcre_compile()</b> is NULL. These are sufficient for many applications.
1096
+ Normally, the internal tables recognize only ASCII characters. However, when
1097
+ PCRE is built, it is possible to cause the internal tables to be rebuilt in the
1098
+ default "C" locale of the local system, which may cause them to be different.
1099
+ </P>
1100
+ <P>
1101
+ The internal tables can always be overridden by tables supplied by the
1102
+ application that calls PCRE. These may be created in a different locale from
1103
+ the default. As more and more applications change to using Unicode, the need
1104
+ for this locale support is expected to die away.
1105
+ </P>
1106
+ <P>
1107
+ External tables are built by calling the <b>pcre_maketables()</b> function,
1108
+ which has no arguments, in the relevant locale. The result can then be passed
1109
+ to <b>pcre_compile()</b> or <b>pcre_exec()</b> as often as necessary. For
1110
+ example, to build and use tables that are appropriate for the French locale
1111
+ (where accented characters with values greater than 128 are treated as letters),
1112
+ the following code could be used:
1113
+ <pre>
1114
+ setlocale(LC_CTYPE, "fr_FR");
1115
+ tables = pcre_maketables();
1116
+ re = pcre_compile(..., tables);
1117
+ </pre>
1118
+ The locale name "fr_FR" is used on Linux and other Unix-like systems; if you
1119
+ are using Windows, the name for the French locale is "french".
1120
+ </P>
1121
+ <P>
1122
+ When <b>pcre_maketables()</b> runs, the tables are built in memory that is
1123
+ obtained via <b>pcre_malloc</b>. It is the caller's responsibility to ensure
1124
+ that the memory containing the tables remains available for as long as it is
1125
+ needed.
1126
+ </P>
1127
+ <P>
1128
+ The pointer that is passed to <b>pcre_compile()</b> is saved with the compiled
1129
+ pattern, and the same tables are used via this pointer by <b>pcre_study()</b>
1130
+ and normally also by <b>pcre_exec()</b>. Thus, by default, for any single
1131
+ pattern, compilation, studying and matching all happen in the same locale, but
1132
+ different patterns can be compiled in different locales.
1133
+ </P>
1134
+ <P>
1135
+ It is possible to pass a table pointer or NULL (indicating the use of the
1136
+ internal tables) to <b>pcre_exec()</b>. Although not intended for this purpose,
1137
+ this facility could be used to match a pattern in a different locale from the
1138
+ one in which it was compiled. Passing table pointers at run time is discussed
1139
+ below in the section on matching a pattern.
1140
+ <a name="infoaboutpattern"></a></P>
1141
+ <br><a name="SEC15" href="#TOC1">INFORMATION ABOUT A PATTERN</a><br>
1142
+ <P>
1143
+ <b>int pcre_fullinfo(const pcre *<i>code</i>, const pcre_extra *<i>extra</i>,</b>
1144
+ <b>int <i>what</i>, void *<i>where</i>);</b>
1145
+ </P>
1146
+ <P>
1147
+ The <b>pcre_fullinfo()</b> function returns information about a compiled
1148
+ pattern. It replaces the <b>pcre_info()</b> function, which was removed from the
1149
+ library at version 8.30, after more than 10 years of obsolescence.
1150
+ </P>
1151
+ <P>
1152
+ The first argument for <b>pcre_fullinfo()</b> is a pointer to the compiled
1153
+ pattern. The second argument is the result of <b>pcre_study()</b>, or NULL if
1154
+ the pattern was not studied. The third argument specifies which piece of
1155
+ information is required, and the fourth argument is a pointer to a variable
1156
+ to receive the data. The yield of the function is zero for success, or one of
1157
+ the following negative numbers:
1158
+ <pre>
1159
+ PCRE_ERROR_NULL the argument <i>code</i> was NULL
1160
+ the argument <i>where</i> was NULL
1161
+ PCRE_ERROR_BADMAGIC the "magic number" was not found
1162
+ PCRE_ERROR_BADENDIANNESS the pattern was compiled with different
1163
+ endianness
1164
+ PCRE_ERROR_BADOPTION the value of <i>what</i> was invalid
1165
+ </pre>
1166
+ The "magic number" is placed at the start of each compiled pattern as an simple
1167
+ check against passing an arbitrary memory pointer. The endianness error can
1168
+ occur if a compiled pattern is saved and reloaded on a different host. Here is
1169
+ a typical call of <b>pcre_fullinfo()</b>, to obtain the length of the compiled
1170
+ pattern:
1171
+ <pre>
1172
+ int rc;
1173
+ size_t length;
1174
+ rc = pcre_fullinfo(
1175
+ re, /* result of pcre_compile() */
1176
+ sd, /* result of pcre_study(), or NULL */
1177
+ PCRE_INFO_SIZE, /* what is required */
1178
+ &length); /* where to put the data */
1179
+ </pre>
1180
+ The possible values for the third argument are defined in <b>pcre.h</b>, and are
1181
+ as follows:
1182
+ <pre>
1183
+ PCRE_INFO_BACKREFMAX
1184
+ </pre>
1185
+ Return the number of the highest back reference in the pattern. The fourth
1186
+ argument should point to an <b>int</b> variable. Zero is returned if there are
1187
+ no back references.
1188
+ <pre>
1189
+ PCRE_INFO_CAPTURECOUNT
1190
+ </pre>
1191
+ Return the number of capturing subpatterns in the pattern. The fourth argument
1192
+ should point to an <b>int</b> variable.
1193
+ <pre>
1194
+ PCRE_INFO_DEFAULT_TABLES
1195
+ </pre>
1196
+ Return a pointer to the internal default character tables within PCRE. The
1197
+ fourth argument should point to an <b>unsigned char *</b> variable. This
1198
+ information call is provided for internal use by the <b>pcre_study()</b>
1199
+ function. External callers can cause PCRE to use its internal tables by passing
1200
+ a NULL table pointer.
1201
+ <pre>
1202
+ PCRE_INFO_FIRSTBYTE
1203
+ </pre>
1204
+ Return information about the first data unit of any matched string, for a
1205
+ non-anchored pattern. (The name of this option refers to the 8-bit library,
1206
+ where data units are bytes.) The fourth argument should point to an <b>int</b>
1207
+ variable.
1208
+ </P>
1209
+ <P>
1210
+ If there is a fixed first value, for example, the letter "c" from a pattern
1211
+ such as (cat|cow|coyote), its value is returned. In the 8-bit library, the
1212
+ value is always less than 256. In the 16-bit library the value can be up to
1213
+ 0xffff. In the 32-bit library the value can be up to 0x10ffff.
1214
+ </P>
1215
+ <P>
1216
+ If there is no fixed first value, and if either
1217
+ <br>
1218
+ <br>
1219
+ (a) the pattern was compiled with the PCRE_MULTILINE option, and every branch
1220
+ starts with "^", or
1221
+ <br>
1222
+ <br>
1223
+ (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not set
1224
+ (if it were set, the pattern would be anchored),
1225
+ <br>
1226
+ <br>
1227
+ -1 is returned, indicating that the pattern matches only at the start of a
1228
+ subject string or after any newline within the string. Otherwise -2 is
1229
+ returned. For anchored patterns, -2 is returned.
1230
+ </P>
1231
+ <P>
1232
+ Since for the 32-bit library using the non-UTF-32 mode, this function is unable
1233
+ to return the full 32-bit range of the character, this value is deprecated;
1234
+ instead the PCRE_INFO_FIRSTCHARACTERFLAGS and PCRE_INFO_FIRSTCHARACTER values
1235
+ should be used.
1236
+ <pre>
1237
+ PCRE_INFO_FIRSTTABLE
1238
+ </pre>
1239
+ If the pattern was studied, and this resulted in the construction of a 256-bit
1240
+ table indicating a fixed set of values for the first data unit in any matching
1241
+ string, a pointer to the table is returned. Otherwise NULL is returned. The
1242
+ fourth argument should point to an <b>unsigned char *</b> variable.
1243
+ <pre>
1244
+ PCRE_INFO_HASCRORLF
1245
+ </pre>
1246
+ Return 1 if the pattern contains any explicit matches for CR or LF characters,
1247
+ otherwise 0. The fourth argument should point to an <b>int</b> variable. An
1248
+ explicit match is either a literal CR or LF character, or \r or \n.
1249
+ <pre>
1250
+ PCRE_INFO_JCHANGED
1251
+ </pre>
1252
+ Return 1 if the (?J) or (?-J) option setting is used in the pattern, otherwise
1253
+ 0. The fourth argument should point to an <b>int</b> variable. (?J) and
1254
+ (?-J) set and unset the local PCRE_DUPNAMES option, respectively.
1255
+ <pre>
1256
+ PCRE_INFO_JIT
1257
+ </pre>
1258
+ Return 1 if the pattern was studied with one of the JIT options, and
1259
+ just-in-time compiling was successful. The fourth argument should point to an
1260
+ <b>int</b> variable. A return value of 0 means that JIT support is not available
1261
+ in this version of PCRE, or that the pattern was not studied with a JIT option,
1262
+ or that the JIT compiler could not handle this particular pattern. See the
1263
+ <a href="pcrejit.html"><b>pcrejit</b></a>
1264
+ documentation for details of what can and cannot be handled.
1265
+ <pre>
1266
+ PCRE_INFO_JITSIZE
1267
+ </pre>
1268
+ If the pattern was successfully studied with a JIT option, return the size of
1269
+ the JIT compiled code, otherwise return zero. The fourth argument should point
1270
+ to a <b>size_t</b> variable.
1271
+ <pre>
1272
+ PCRE_INFO_LASTLITERAL
1273
+ </pre>
1274
+ Return the value of the rightmost literal data unit that must exist in any
1275
+ matched string, other than at its start, if such a value has been recorded. The
1276
+ fourth argument should point to an <b>int</b> variable. If there is no such
1277
+ value, -1 is returned. For anchored patterns, a last literal value is recorded
1278
+ only if it follows something of variable length. For example, for the pattern
1279
+ /^a\d+z\d+/ the returned value is "z", but for /^a\dz\d/ the returned value
1280
+ is -1.
1281
+ </P>
1282
+ <P>
1283
+ Since for the 32-bit library using the non-UTF-32 mode, this function is unable
1284
+ to return the full 32-bit range of the character, this value is deprecated;
1285
+ instead the PCRE_INFO_REQUIREDCHARFLAGS and PCRE_INFO_REQUIREDCHAR values should
1286
+ be used.
1287
+ <pre>
1288
+ PCRE_INFO_MAXLOOKBEHIND
1289
+ </pre>
1290
+ Return the number of characters (NB not bytes) in the longest lookbehind
1291
+ assertion in the pattern. Note that the simple assertions \b and \B require a
1292
+ one-character lookbehind. This information is useful when doing multi-segment
1293
+ matching using the partial matching facilities.
1294
+ <pre>
1295
+ PCRE_INFO_MINLENGTH
1296
+ </pre>
1297
+ If the pattern was studied and a minimum length for matching subject strings
1298
+ was computed, its value is returned. Otherwise the returned value is -1. The
1299
+ value is a number of characters, which in UTF-8 mode may be different from the
1300
+ number of bytes. The fourth argument should point to an <b>int</b> variable. A
1301
+ non-negative value is a lower bound to the length of any matching string. There
1302
+ may not be any strings of that length that do actually match, but every string
1303
+ that does match is at least that long.
1304
+ <pre>
1305
+ PCRE_INFO_NAMECOUNT
1306
+ PCRE_INFO_NAMEENTRYSIZE
1307
+ PCRE_INFO_NAMETABLE
1308
+ </pre>
1309
+ PCRE supports the use of named as well as numbered capturing parentheses. The
1310
+ names are just an additional way of identifying the parentheses, which still
1311
+ acquire numbers. Several convenience functions such as
1312
+ <b>pcre_get_named_substring()</b> are provided for extracting captured
1313
+ substrings by name. It is also possible to extract the data directly, by first
1314
+ converting the name to a number in order to access the correct pointers in the
1315
+ output vector (described with <b>pcre_exec()</b> below). To do the conversion,
1316
+ you need to use the name-to-number map, which is described by these three
1317
+ values.
1318
+ </P>
1319
+ <P>
1320
+ The map consists of a number of fixed-size entries. PCRE_INFO_NAMECOUNT gives
1321
+ the number of entries, and PCRE_INFO_NAMEENTRYSIZE gives the size of each
1322
+ entry; both of these return an <b>int</b> value. The entry size depends on the
1323
+ length of the longest name. PCRE_INFO_NAMETABLE returns a pointer to the first
1324
+ entry of the table. This is a pointer to <b>char</b> in the 8-bit library, where
1325
+ the first two bytes of each entry are the number of the capturing parenthesis,
1326
+ most significant byte first. In the 16-bit library, the pointer points to
1327
+ 16-bit data units, the first of which contains the parenthesis number.
1328
+ In the 32-bit library, the pointer points to 32-bit data units, the first of
1329
+ which contains the parenthesis number. The rest
1330
+ of the entry is the corresponding name, zero terminated.
1331
+ </P>
1332
+ <P>
1333
+ The names are in alphabetical order. Duplicate names may appear if (?| is used
1334
+ to create multiple groups with the same number, as described in the
1335
+ <a href="pcrepattern.html#dupsubpatternnumber">section on duplicate subpattern numbers</a>
1336
+ in the
1337
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
1338
+ page. Duplicate names for subpatterns with different numbers are permitted only
1339
+ if PCRE_DUPNAMES is set. In all cases of duplicate names, they appear in the
1340
+ table in the order in which they were found in the pattern. In the absence of
1341
+ (?| this is the order of increasing number; when (?| is used this is not
1342
+ necessarily the case because later subpatterns may have lower numbers.
1343
+ </P>
1344
+ <P>
1345
+ As a simple example of the name/number table, consider the following pattern
1346
+ after compilation by the 8-bit library (assume PCRE_EXTENDED is set, so white
1347
+ space - including newlines - is ignored):
1348
+ <pre>
1349
+ (?&#60;date&#62; (?&#60;year&#62;(\d\d)?\d\d) - (?&#60;month&#62;\d\d) - (?&#60;day&#62;\d\d) )
1350
+ </pre>
1351
+ There are four named subpatterns, so the table has four entries, and each entry
1352
+ in the table is eight bytes long. The table is as follows, with non-printing
1353
+ bytes shows in hexadecimal, and undefined bytes shown as ??:
1354
+ <pre>
1355
+ 00 01 d a t e 00 ??
1356
+ 00 05 d a y 00 ?? ??
1357
+ 00 04 m o n t h 00
1358
+ 00 02 y e a r 00 ??
1359
+ </pre>
1360
+ When writing code to extract data from named subpatterns using the
1361
+ name-to-number map, remember that the length of the entries is likely to be
1362
+ different for each compiled pattern.
1363
+ <pre>
1364
+ PCRE_INFO_OKPARTIAL
1365
+ </pre>
1366
+ Return 1 if the pattern can be used for partial matching with
1367
+ <b>pcre_exec()</b>, otherwise 0. The fourth argument should point to an
1368
+ <b>int</b> variable. From release 8.00, this always returns 1, because the
1369
+ restrictions that previously applied to partial matching have been lifted. The
1370
+ <a href="pcrepartial.html"><b>pcrepartial</b></a>
1371
+ documentation gives details of partial matching.
1372
+ <pre>
1373
+ PCRE_INFO_OPTIONS
1374
+ </pre>
1375
+ Return a copy of the options with which the pattern was compiled. The fourth
1376
+ argument should point to an <b>unsigned long int</b> variable. These option bits
1377
+ are those specified in the call to <b>pcre_compile()</b>, modified by any
1378
+ top-level option settings at the start of the pattern itself. In other words,
1379
+ they are the options that will be in force when matching starts. For example,
1380
+ if the pattern /(?im)abc(?-i)d/ is compiled with the PCRE_EXTENDED option, the
1381
+ result is PCRE_CASELESS, PCRE_MULTILINE, and PCRE_EXTENDED.
1382
+ </P>
1383
+ <P>
1384
+ A pattern is automatically anchored by PCRE if all of its top-level
1385
+ alternatives begin with one of the following:
1386
+ <pre>
1387
+ ^ unless PCRE_MULTILINE is set
1388
+ \A always
1389
+ \G always
1390
+ .* if PCRE_DOTALL is set and there are no back references to the subpattern in which .* appears
1391
+ </pre>
1392
+ For such patterns, the PCRE_ANCHORED bit is set in the options returned by
1393
+ <b>pcre_fullinfo()</b>.
1394
+ <pre>
1395
+ PCRE_INFO_SIZE
1396
+ </pre>
1397
+ Return the size of the compiled pattern in bytes (for both libraries). The
1398
+ fourth argument should point to a <b>size_t</b> variable. This value does not
1399
+ include the size of the <b>pcre</b> structure that is returned by
1400
+ <b>pcre_compile()</b>. The value that is passed as the argument to
1401
+ <b>pcre_malloc()</b> when <b>pcre_compile()</b> is getting memory in which to
1402
+ place the compiled data is the value returned by this option plus the size of
1403
+ the <b>pcre</b> structure. Studying a compiled pattern, with or without JIT,
1404
+ does not alter the value returned by this option.
1405
+ <pre>
1406
+ PCRE_INFO_STUDYSIZE
1407
+ </pre>
1408
+ Return the size in bytes of the data block pointed to by the <i>study_data</i>
1409
+ field in a <b>pcre_extra</b> block. If <b>pcre_extra</b> is NULL, or there is no
1410
+ study data, zero is returned. The fourth argument should point to a
1411
+ <b>size_t</b> variable. The <i>study_data</i> field is set by <b>pcre_study()</b>
1412
+ to record information that will speed up matching (see the section entitled
1413
+ <a href="#studyingapattern">"Studying a pattern"</a>
1414
+ above). The format of the <i>study_data</i> block is private, but its length
1415
+ is made available via this option so that it can be saved and restored (see the
1416
+ <a href="pcreprecompile.html"><b>pcreprecompile</b></a>
1417
+ documentation for details).
1418
+ <pre>
1419
+ PCRE_INFO_FIRSTCHARACTERFLAGS
1420
+ </pre>
1421
+ Return information about the first data unit of any matched string, for a
1422
+ non-anchored pattern. The fourth argument should point to an <b>int</b>
1423
+ variable.
1424
+ </P>
1425
+ <P>
1426
+ If there is a fixed first value, for example, the letter "c" from a pattern
1427
+ such as (cat|cow|coyote), 1 is returned, and the character value can be
1428
+ retrieved using PCRE_INFO_FIRSTCHARACTER.
1429
+ </P>
1430
+ <P>
1431
+ If there is no fixed first value, and if either
1432
+ <br>
1433
+ <br>
1434
+ (a) the pattern was compiled with the PCRE_MULTILINE option, and every branch
1435
+ starts with "^", or
1436
+ <br>
1437
+ <br>
1438
+ (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not set
1439
+ (if it were set, the pattern would be anchored),
1440
+ <br>
1441
+ <br>
1442
+ 2 is returned, indicating that the pattern matches only at the start of a
1443
+ subject string or after any newline within the string. Otherwise 0 is
1444
+ returned. For anchored patterns, 0 is returned.
1445
+ <pre>
1446
+ PCRE_INFO_FIRSTCHARACTER
1447
+ </pre>
1448
+ Return the fixed first character value, if PCRE_INFO_FIRSTCHARACTERFLAGS
1449
+ returned 1; otherwise returns 0. The fourth argument should point to an
1450
+ <b>uint_t</b> variable.
1451
+ </P>
1452
+ <P>
1453
+ In the 8-bit library, the value is always less than 256. In the 16-bit library
1454
+ the value can be up to 0xffff. In the 32-bit library in UTF-32 mode the value
1455
+ can be up to 0x10ffff, and up to 0xffffffff when not using UTF-32 mode.
1456
+ </P>
1457
+ <P>
1458
+ If there is no fixed first value, and if either
1459
+ <br>
1460
+ <br>
1461
+ (a) the pattern was compiled with the PCRE_MULTILINE option, and every branch
1462
+ starts with "^", or
1463
+ <br>
1464
+ <br>
1465
+ (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not set
1466
+ (if it were set, the pattern would be anchored),
1467
+ <br>
1468
+ <br>
1469
+ -1 is returned, indicating that the pattern matches only at the start of a
1470
+ subject string or after any newline within the string. Otherwise -2 is
1471
+ returned. For anchored patterns, -2 is returned.
1472
+ <pre>
1473
+ PCRE_INFO_REQUIREDCHARFLAGS
1474
+ </pre>
1475
+ Returns 1 if there is a rightmost literal data unit that must exist in any
1476
+ matched string, other than at its start. The fourth argument should point to
1477
+ an <b>int</b> variable. If there is no such value, 0 is returned. If returning
1478
+ 1, the character value itself can be retrieved using PCRE_INFO_REQUIREDCHAR.
1479
+ </P>
1480
+ <P>
1481
+ For anchored patterns, a last literal value is recorded only if it follows
1482
+ something of variable length. For example, for the pattern /^a\d+z\d+/ the
1483
+ returned value 1 (with "z" returned from PCRE_INFO_REQUIREDCHAR), but for
1484
+ /^a\dz\d/ the returned value is 0.
1485
+ <pre>
1486
+ PCRE_INFO_REQUIREDCHAR
1487
+ </pre>
1488
+ Return the value of the rightmost literal data unit that must exist in any
1489
+ matched string, other than at its start, if such a value has been recorded. The
1490
+ fourth argument should point to an <b>uint32_t</b> variable. If there is no such
1491
+ value, 0 is returned.
1492
+ </P>
1493
+ <br><a name="SEC16" href="#TOC1">REFERENCE COUNTS</a><br>
1494
+ <P>
1495
+ <b>int pcre_refcount(pcre *<i>code</i>, int <i>adjust</i>);</b>
1496
+ </P>
1497
+ <P>
1498
+ The <b>pcre_refcount()</b> function is used to maintain a reference count in the
1499
+ data block that contains a compiled pattern. It is provided for the benefit of
1500
+ applications that operate in an object-oriented manner, where different parts
1501
+ of the application may be using the same compiled pattern, but you want to free
1502
+ the block when they are all done.
1503
+ </P>
1504
+ <P>
1505
+ When a pattern is compiled, the reference count field is initialized to zero.
1506
+ It is changed only by calling this function, whose action is to add the
1507
+ <i>adjust</i> value (which may be positive or negative) to it. The yield of the
1508
+ function is the new value. However, the value of the count is constrained to
1509
+ lie between 0 and 65535, inclusive. If the new value is outside these limits,
1510
+ it is forced to the appropriate limit value.
1511
+ </P>
1512
+ <P>
1513
+ Except when it is zero, the reference count is not correctly preserved if a
1514
+ pattern is compiled on one host and then transferred to a host whose byte-order
1515
+ is different. (This seems a highly unlikely scenario.)
1516
+ </P>
1517
+ <br><a name="SEC17" href="#TOC1">MATCHING A PATTERN: THE TRADITIONAL FUNCTION</a><br>
1518
+ <P>
1519
+ <b>int pcre_exec(const pcre *<i>code</i>, const pcre_extra *<i>extra</i>,</b>
1520
+ <b>const char *<i>subject</i>, int <i>length</i>, int <i>startoffset</i>,</b>
1521
+ <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>);</b>
1522
+ </P>
1523
+ <P>
1524
+ The function <b>pcre_exec()</b> is called to match a subject string against a
1525
+ compiled pattern, which is passed in the <i>code</i> argument. If the
1526
+ pattern was studied, the result of the study should be passed in the
1527
+ <i>extra</i> argument. You can call <b>pcre_exec()</b> with the same <i>code</i>
1528
+ and <i>extra</i> arguments as many times as you like, in order to match
1529
+ different subject strings with the same pattern.
1530
+ </P>
1531
+ <P>
1532
+ This function is the main matching facility of the library, and it operates in
1533
+ a Perl-like manner. For specialist use there is also an alternative matching
1534
+ function, which is described
1535
+ <a href="#dfamatch">below</a>
1536
+ in the section about the <b>pcre_dfa_exec()</b> function.
1537
+ </P>
1538
+ <P>
1539
+ In most applications, the pattern will have been compiled (and optionally
1540
+ studied) in the same process that calls <b>pcre_exec()</b>. However, it is
1541
+ possible to save compiled patterns and study data, and then use them later
1542
+ in different processes, possibly even on different hosts. For a discussion
1543
+ about this, see the
1544
+ <a href="pcreprecompile.html"><b>pcreprecompile</b></a>
1545
+ documentation.
1546
+ </P>
1547
+ <P>
1548
+ Here is an example of a simple call to <b>pcre_exec()</b>:
1549
+ <pre>
1550
+ int rc;
1551
+ int ovector[30];
1552
+ rc = pcre_exec(
1553
+ re, /* result of pcre_compile() */
1554
+ NULL, /* we didn't study the pattern */
1555
+ "some string", /* the subject string */
1556
+ 11, /* the length of the subject string */
1557
+ 0, /* start at offset 0 in the subject */
1558
+ 0, /* default options */
1559
+ ovector, /* vector of integers for substring information */
1560
+ 30); /* number of elements (NOT size in bytes) */
1561
+ <a name="extradata"></a></PRE>
1562
+ </P>
1563
+ <br><b>
1564
+ Extra data for <b>pcre_exec()</b>
1565
+ </b><br>
1566
+ <P>
1567
+ If the <i>extra</i> argument is not NULL, it must point to a <b>pcre_extra</b>
1568
+ data block. The <b>pcre_study()</b> function returns such a block (when it
1569
+ doesn't return NULL), but you can also create one for yourself, and pass
1570
+ additional information in it. The <b>pcre_extra</b> block contains the following
1571
+ fields (not necessarily in this order):
1572
+ <pre>
1573
+ unsigned long int <i>flags</i>;
1574
+ void *<i>study_data</i>;
1575
+ void *<i>executable_jit</i>;
1576
+ unsigned long int <i>match_limit</i>;
1577
+ unsigned long int <i>match_limit_recursion</i>;
1578
+ void *<i>callout_data</i>;
1579
+ const unsigned char *<i>tables</i>;
1580
+ unsigned char **<i>mark</i>;
1581
+ </pre>
1582
+ In the 16-bit version of this structure, the <i>mark</i> field has type
1583
+ "PCRE_UCHAR16 **".
1584
+ <br>
1585
+ <br>
1586
+ In the 32-bit version of this structure, the <i>mark</i> field has type
1587
+ "PCRE_UCHAR32 **".
1588
+ </P>
1589
+ <P>
1590
+ The <i>flags</i> field is used to specify which of the other fields are set. The
1591
+ flag bits are:
1592
+ <pre>
1593
+ PCRE_EXTRA_CALLOUT_DATA
1594
+ PCRE_EXTRA_EXECUTABLE_JIT
1595
+ PCRE_EXTRA_MARK
1596
+ PCRE_EXTRA_MATCH_LIMIT
1597
+ PCRE_EXTRA_MATCH_LIMIT_RECURSION
1598
+ PCRE_EXTRA_STUDY_DATA
1599
+ PCRE_EXTRA_TABLES
1600
+ </pre>
1601
+ Other flag bits should be set to zero. The <i>study_data</i> field and sometimes
1602
+ the <i>executable_jit</i> field are set in the <b>pcre_extra</b> block that is
1603
+ returned by <b>pcre_study()</b>, together with the appropriate flag bits. You
1604
+ should not set these yourself, but you may add to the block by setting other
1605
+ fields and their corresponding flag bits.
1606
+ </P>
1607
+ <P>
1608
+ The <i>match_limit</i> field provides a means of preventing PCRE from using up a
1609
+ vast amount of resources when running patterns that are not going to match,
1610
+ but which have a very large number of possibilities in their search trees. The
1611
+ classic example is a pattern that uses nested unlimited repeats.
1612
+ </P>
1613
+ <P>
1614
+ Internally, <b>pcre_exec()</b> uses a function called <b>match()</b>, which it
1615
+ calls repeatedly (sometimes recursively). The limit set by <i>match_limit</i> is
1616
+ imposed on the number of times this function is called during a match, which
1617
+ has the effect of limiting the amount of backtracking that can take place. For
1618
+ patterns that are not anchored, the count restarts from zero for each position
1619
+ in the subject string.
1620
+ </P>
1621
+ <P>
1622
+ When <b>pcre_exec()</b> is called with a pattern that was successfully studied
1623
+ with a JIT option, the way that the matching is executed is entirely different.
1624
+ However, there is still the possibility of runaway matching that goes on for a
1625
+ very long time, and so the <i>match_limit</i> value is also used in this case
1626
+ (but in a different way) to limit how long the matching can continue.
1627
+ </P>
1628
+ <P>
1629
+ The default value for the limit can be set when PCRE is built; the default
1630
+ default is 10 million, which handles all but the most extreme cases. You can
1631
+ override the default by suppling <b>pcre_exec()</b> with a <b>pcre_extra</b>
1632
+ block in which <i>match_limit</i> is set, and PCRE_EXTRA_MATCH_LIMIT is set in
1633
+ the <i>flags</i> field. If the limit is exceeded, <b>pcre_exec()</b> returns
1634
+ PCRE_ERROR_MATCHLIMIT.
1635
+ </P>
1636
+ <P>
1637
+ The <i>match_limit_recursion</i> field is similar to <i>match_limit</i>, but
1638
+ instead of limiting the total number of times that <b>match()</b> is called, it
1639
+ limits the depth of recursion. The recursion depth is a smaller number than the
1640
+ total number of calls, because not all calls to <b>match()</b> are recursive.
1641
+ This limit is of use only if it is set smaller than <i>match_limit</i>.
1642
+ </P>
1643
+ <P>
1644
+ Limiting the recursion depth limits the amount of machine stack that can be
1645
+ used, or, when PCRE has been compiled to use memory on the heap instead of the
1646
+ stack, the amount of heap memory that can be used. This limit is not relevant,
1647
+ and is ignored, when matching is done using JIT compiled code.
1648
+ </P>
1649
+ <P>
1650
+ The default value for <i>match_limit_recursion</i> can be set when PCRE is
1651
+ built; the default default is the same value as the default for
1652
+ <i>match_limit</i>. You can override the default by suppling <b>pcre_exec()</b>
1653
+ with a <b>pcre_extra</b> block in which <i>match_limit_recursion</i> is set, and
1654
+ PCRE_EXTRA_MATCH_LIMIT_RECURSION is set in the <i>flags</i> field. If the limit
1655
+ is exceeded, <b>pcre_exec()</b> returns PCRE_ERROR_RECURSIONLIMIT.
1656
+ </P>
1657
+ <P>
1658
+ The <i>callout_data</i> field is used in conjunction with the "callout" feature,
1659
+ and is described in the
1660
+ <a href="pcrecallout.html"><b>pcrecallout</b></a>
1661
+ documentation.
1662
+ </P>
1663
+ <P>
1664
+ The <i>tables</i> field is used to pass a character tables pointer to
1665
+ <b>pcre_exec()</b>; this overrides the value that is stored with the compiled
1666
+ pattern. A non-NULL value is stored with the compiled pattern only if custom
1667
+ tables were supplied to <b>pcre_compile()</b> via its <i>tableptr</i> argument.
1668
+ If NULL is passed to <b>pcre_exec()</b> using this mechanism, it forces PCRE's
1669
+ internal tables to be used. This facility is helpful when re-using patterns
1670
+ that have been saved after compiling with an external set of tables, because
1671
+ the external tables might be at a different address when <b>pcre_exec()</b> is
1672
+ called. See the
1673
+ <a href="pcreprecompile.html"><b>pcreprecompile</b></a>
1674
+ documentation for a discussion of saving compiled patterns for later use.
1675
+ </P>
1676
+ <P>
1677
+ If PCRE_EXTRA_MARK is set in the <i>flags</i> field, the <i>mark</i> field must
1678
+ be set to point to a suitable variable. If the pattern contains any
1679
+ backtracking control verbs such as (*MARK:NAME), and the execution ends up with
1680
+ a name to pass back, a pointer to the name string (zero terminated) is placed
1681
+ in the variable pointed to by the <i>mark</i> field. The names are within the
1682
+ compiled pattern; if you wish to retain such a name you must copy it before
1683
+ freeing the memory of a compiled pattern. If there is no name to pass back, the
1684
+ variable pointed to by the <i>mark</i> field is set to NULL. For details of the
1685
+ backtracking control verbs, see the section entitled
1686
+ <a href="pcrepattern#backtrackcontrol">"Backtracking control"</a>
1687
+ in the
1688
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
1689
+ documentation.
1690
+ <a name="execoptions"></a></P>
1691
+ <br><b>
1692
+ Option bits for <b>pcre_exec()</b>
1693
+ </b><br>
1694
+ <P>
1695
+ The unused bits of the <i>options</i> argument for <b>pcre_exec()</b> must be
1696
+ zero. The only bits that may be set are PCRE_ANCHORED, PCRE_NEWLINE_<i>xxx</i>,
1697
+ PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
1698
+ PCRE_NO_START_OPTIMIZE, PCRE_NO_UTF8_CHECK, PCRE_PARTIAL_HARD, and
1699
+ PCRE_PARTIAL_SOFT.
1700
+ </P>
1701
+ <P>
1702
+ If the pattern was successfully studied with one of the just-in-time (JIT)
1703
+ compile options, the only supported options for JIT execution are
1704
+ PCRE_NO_UTF8_CHECK, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY,
1705
+ PCRE_NOTEMPTY_ATSTART, PCRE_PARTIAL_HARD, and PCRE_PARTIAL_SOFT. If an
1706
+ unsupported option is used, JIT execution is disabled and the normal
1707
+ interpretive code in <b>pcre_exec()</b> is run.
1708
+ <pre>
1709
+ PCRE_ANCHORED
1710
+ </pre>
1711
+ The PCRE_ANCHORED option limits <b>pcre_exec()</b> to matching at the first
1712
+ matching position. If a pattern was compiled with PCRE_ANCHORED, or turned out
1713
+ to be anchored by virtue of its contents, it cannot be made unachored at
1714
+ matching time.
1715
+ <pre>
1716
+ PCRE_BSR_ANYCRLF
1717
+ PCRE_BSR_UNICODE
1718
+ </pre>
1719
+ These options (which are mutually exclusive) control what the \R escape
1720
+ sequence matches. The choice is either to match only CR, LF, or CRLF, or to
1721
+ match any Unicode newline sequence. These options override the choice that was
1722
+ made or defaulted when the pattern was compiled.
1723
+ <pre>
1724
+ PCRE_NEWLINE_CR
1725
+ PCRE_NEWLINE_LF
1726
+ PCRE_NEWLINE_CRLF
1727
+ PCRE_NEWLINE_ANYCRLF
1728
+ PCRE_NEWLINE_ANY
1729
+ </pre>
1730
+ These options override the newline definition that was chosen or defaulted when
1731
+ the pattern was compiled. For details, see the description of
1732
+ <b>pcre_compile()</b> above. During matching, the newline choice affects the
1733
+ behaviour of the dot, circumflex, and dollar metacharacters. It may also alter
1734
+ the way the match position is advanced after a match failure for an unanchored
1735
+ pattern.
1736
+ </P>
1737
+ <P>
1738
+ When PCRE_NEWLINE_CRLF, PCRE_NEWLINE_ANYCRLF, or PCRE_NEWLINE_ANY is set, and a
1739
+ match attempt for an unanchored pattern fails when the current position is at a
1740
+ CRLF sequence, and the pattern contains no explicit matches for CR or LF
1741
+ characters, the match position is advanced by two characters instead of one, in
1742
+ other words, to after the CRLF.
1743
+ </P>
1744
+ <P>
1745
+ The above rule is a compromise that makes the most common cases work as
1746
+ expected. For example, if the pattern is .+A (and the PCRE_DOTALL option is not
1747
+ set), it does not match the string "\r\nA" because, after failing at the
1748
+ start, it skips both the CR and the LF before retrying. However, the pattern
1749
+ [\r\n]A does match that string, because it contains an explicit CR or LF
1750
+ reference, and so advances only by one character after the first failure.
1751
+ </P>
1752
+ <P>
1753
+ An explicit match for CR of LF is either a literal appearance of one of those
1754
+ characters, or one of the \r or \n escape sequences. Implicit matches such as
1755
+ [^X] do not count, nor does \s (which includes CR and LF in the characters
1756
+ that it matches).
1757
+ </P>
1758
+ <P>
1759
+ Notwithstanding the above, anomalous effects may still occur when CRLF is a
1760
+ valid newline sequence and explicit \r or \n escapes appear in the pattern.
1761
+ <pre>
1762
+ PCRE_NOTBOL
1763
+ </pre>
1764
+ This option specifies that first character of the subject string is not the
1765
+ beginning of a line, so the circumflex metacharacter should not match before
1766
+ it. Setting this without PCRE_MULTILINE (at compile time) causes circumflex
1767
+ never to match. This option affects only the behaviour of the circumflex
1768
+ metacharacter. It does not affect \A.
1769
+ <pre>
1770
+ PCRE_NOTEOL
1771
+ </pre>
1772
+ This option specifies that the end of the subject string is not the end of a
1773
+ line, so the dollar metacharacter should not match it nor (except in multiline
1774
+ mode) a newline immediately before it. Setting this without PCRE_MULTILINE (at
1775
+ compile time) causes dollar never to match. This option affects only the
1776
+ behaviour of the dollar metacharacter. It does not affect \Z or \z.
1777
+ <pre>
1778
+ PCRE_NOTEMPTY
1779
+ </pre>
1780
+ An empty string is not considered to be a valid match if this option is set. If
1781
+ there are alternatives in the pattern, they are tried. If all the alternatives
1782
+ match the empty string, the entire match fails. For example, if the pattern
1783
+ <pre>
1784
+ a?b?
1785
+ </pre>
1786
+ is applied to a string not beginning with "a" or "b", it matches an empty
1787
+ string at the start of the subject. With PCRE_NOTEMPTY set, this match is not
1788
+ valid, so PCRE searches further into the string for occurrences of "a" or "b".
1789
+ <pre>
1790
+ PCRE_NOTEMPTY_ATSTART
1791
+ </pre>
1792
+ This is like PCRE_NOTEMPTY, except that an empty string match that is not at
1793
+ the start of the subject is permitted. If the pattern is anchored, such a match
1794
+ can occur only if the pattern contains \K.
1795
+ </P>
1796
+ <P>
1797
+ Perl has no direct equivalent of PCRE_NOTEMPTY or PCRE_NOTEMPTY_ATSTART, but it
1798
+ does make a special case of a pattern match of the empty string within its
1799
+ <b>split()</b> function, and when using the /g modifier. It is possible to
1800
+ emulate Perl's behaviour after matching a null string by first trying the match
1801
+ again at the same offset with PCRE_NOTEMPTY_ATSTART and PCRE_ANCHORED, and then
1802
+ if that fails, by advancing the starting offset (see below) and trying an
1803
+ ordinary match again. There is some code that demonstrates how to do this in
1804
+ the
1805
+ <a href="pcredemo.html"><b>pcredemo</b></a>
1806
+ sample program. In the most general case, you have to check to see if the
1807
+ newline convention recognizes CRLF as a newline, and if so, and the current
1808
+ character is CR followed by LF, advance the starting offset by two characters
1809
+ instead of one.
1810
+ <pre>
1811
+ PCRE_NO_START_OPTIMIZE
1812
+ </pre>
1813
+ There are a number of optimizations that <b>pcre_exec()</b> uses at the start of
1814
+ a match, in order to speed up the process. For example, if it is known that an
1815
+ unanchored match must start with a specific character, it searches the subject
1816
+ for that character, and fails immediately if it cannot find it, without
1817
+ actually running the main matching function. This means that a special item
1818
+ such as (*COMMIT) at the start of a pattern is not considered until after a
1819
+ suitable starting point for the match has been found. When callouts or (*MARK)
1820
+ items are in use, these "start-up" optimizations can cause them to be skipped
1821
+ if the pattern is never actually used. The start-up optimizations are in effect
1822
+ a pre-scan of the subject that takes place before the pattern is run.
1823
+ </P>
1824
+ <P>
1825
+ The PCRE_NO_START_OPTIMIZE option disables the start-up optimizations, possibly
1826
+ causing performance to suffer, but ensuring that in cases where the result is
1827
+ "no match", the callouts do occur, and that items such as (*COMMIT) and (*MARK)
1828
+ are considered at every possible starting position in the subject string. If
1829
+ PCRE_NO_START_OPTIMIZE is set at compile time, it cannot be unset at matching
1830
+ time. The use of PCRE_NO_START_OPTIMIZE disables JIT execution; when it is set,
1831
+ matching is always done using interpretively.
1832
+ </P>
1833
+ <P>
1834
+ Setting PCRE_NO_START_OPTIMIZE can change the outcome of a matching operation.
1835
+ Consider the pattern
1836
+ <pre>
1837
+ (*COMMIT)ABC
1838
+ </pre>
1839
+ When this is compiled, PCRE records the fact that a match must start with the
1840
+ character "A". Suppose the subject string is "DEFABC". The start-up
1841
+ optimization scans along the subject, finds "A" and runs the first match
1842
+ attempt from there. The (*COMMIT) item means that the pattern must match the
1843
+ current starting position, which in this case, it does. However, if the same
1844
+ match is run with PCRE_NO_START_OPTIMIZE set, the initial scan along the
1845
+ subject string does not happen. The first match attempt is run starting from
1846
+ "D" and when this fails, (*COMMIT) prevents any further matches being tried, so
1847
+ the overall result is "no match". If the pattern is studied, more start-up
1848
+ optimizations may be used. For example, a minimum length for the subject may be
1849
+ recorded. Consider the pattern
1850
+ <pre>
1851
+ (*MARK:A)(X|Y)
1852
+ </pre>
1853
+ The minimum length for a match is one character. If the subject is "ABC", there
1854
+ will be attempts to match "ABC", "BC", "C", and then finally an empty string.
1855
+ If the pattern is studied, the final attempt does not take place, because PCRE
1856
+ knows that the subject is too short, and so the (*MARK) is never encountered.
1857
+ In this case, studying the pattern does not affect the overall match result,
1858
+ which is still "no match", but it does affect the auxiliary information that is
1859
+ returned.
1860
+ <pre>
1861
+ PCRE_NO_UTF8_CHECK
1862
+ </pre>
1863
+ When PCRE_UTF8 is set at compile time, the validity of the subject as a UTF-8
1864
+ string is automatically checked when <b>pcre_exec()</b> is subsequently called.
1865
+ The entire string is checked before any other processing takes place. The value
1866
+ of <i>startoffset</i> is also checked to ensure that it points to the start of a
1867
+ UTF-8 character. There is a discussion about the
1868
+ <a href="pcreunicode.html#utf8strings">validity of UTF-8 strings</a>
1869
+ in the
1870
+ <a href="pcreunicode.html"><b>pcreunicode</b></a>
1871
+ page. If an invalid sequence of bytes is found, <b>pcre_exec()</b> returns the
1872
+ error PCRE_ERROR_BADUTF8 or, if PCRE_PARTIAL_HARD is set and the problem is a
1873
+ truncated character at the end of the subject, PCRE_ERROR_SHORTUTF8. In both
1874
+ cases, information about the precise nature of the error may also be returned
1875
+ (see the descriptions of these errors in the section entitled \fIError return
1876
+ values from\fP <b>pcre_exec()</b>
1877
+ <a href="#errorlist">below).</a>
1878
+ If <i>startoffset</i> contains a value that does not point to the start of a
1879
+ UTF-8 character (or to the end of the subject), PCRE_ERROR_BADUTF8_OFFSET is
1880
+ returned.
1881
+ </P>
1882
+ <P>
1883
+ If you already know that your subject is valid, and you want to skip these
1884
+ checks for performance reasons, you can set the PCRE_NO_UTF8_CHECK option when
1885
+ calling <b>pcre_exec()</b>. You might want to do this for the second and
1886
+ subsequent calls to <b>pcre_exec()</b> if you are making repeated calls to find
1887
+ all the matches in a single subject string. However, you should be sure that
1888
+ the value of <i>startoffset</i> points to the start of a character (or the end
1889
+ of the subject). When PCRE_NO_UTF8_CHECK is set, the effect of passing an
1890
+ invalid string as a subject or an invalid value of <i>startoffset</i> is
1891
+ undefined. Your program may crash.
1892
+ <pre>
1893
+ PCRE_PARTIAL_HARD
1894
+ PCRE_PARTIAL_SOFT
1895
+ </pre>
1896
+ These options turn on the partial matching feature. For backwards
1897
+ compatibility, PCRE_PARTIAL is a synonym for PCRE_PARTIAL_SOFT. A partial match
1898
+ occurs if the end of the subject string is reached successfully, but there are
1899
+ not enough subject characters to complete the match. If this happens when
1900
+ PCRE_PARTIAL_SOFT (but not PCRE_PARTIAL_HARD) is set, matching continues by
1901
+ testing any remaining alternatives. Only if no complete match can be found is
1902
+ PCRE_ERROR_PARTIAL returned instead of PCRE_ERROR_NOMATCH. In other words,
1903
+ PCRE_PARTIAL_SOFT says that the caller is prepared to handle a partial match,
1904
+ but only if no complete match can be found.
1905
+ </P>
1906
+ <P>
1907
+ If PCRE_PARTIAL_HARD is set, it overrides PCRE_PARTIAL_SOFT. In this case, if a
1908
+ partial match is found, <b>pcre_exec()</b> immediately returns
1909
+ PCRE_ERROR_PARTIAL, without considering any other alternatives. In other words,
1910
+ when PCRE_PARTIAL_HARD is set, a partial match is considered to be more
1911
+ important that an alternative complete match.
1912
+ </P>
1913
+ <P>
1914
+ In both cases, the portion of the string that was inspected when the partial
1915
+ match was found is set as the first matching string. There is a more detailed
1916
+ discussion of partial and multi-segment matching, with examples, in the
1917
+ <a href="pcrepartial.html"><b>pcrepartial</b></a>
1918
+ documentation.
1919
+ </P>
1920
+ <br><b>
1921
+ The string to be matched by <b>pcre_exec()</b>
1922
+ </b><br>
1923
+ <P>
1924
+ The subject string is passed to <b>pcre_exec()</b> as a pointer in
1925
+ <i>subject</i>, a length in bytes in <i>length</i>, and a starting byte offset
1926
+ in <i>startoffset</i>. If this is negative or greater than the length of the
1927
+ subject, <b>pcre_exec()</b> returns PCRE_ERROR_BADOFFSET. When the starting
1928
+ offset is zero, the search for a match starts at the beginning of the subject,
1929
+ and this is by far the most common case. In UTF-8 mode, the byte offset must
1930
+ point to the start of a UTF-8 character (or the end of the subject). Unlike the
1931
+ pattern string, the subject may contain binary zero bytes.
1932
+ </P>
1933
+ <P>
1934
+ A non-zero starting offset is useful when searching for another match in the
1935
+ same subject by calling <b>pcre_exec()</b> again after a previous success.
1936
+ Setting <i>startoffset</i> differs from just passing over a shortened string and
1937
+ setting PCRE_NOTBOL in the case of a pattern that begins with any kind of
1938
+ lookbehind. For example, consider the pattern
1939
+ <pre>
1940
+ \Biss\B
1941
+ </pre>
1942
+ which finds occurrences of "iss" in the middle of words. (\B matches only if
1943
+ the current position in the subject is not a word boundary.) When applied to
1944
+ the string "Mississipi" the first call to <b>pcre_exec()</b> finds the first
1945
+ occurrence. If <b>pcre_exec()</b> is called again with just the remainder of the
1946
+ subject, namely "issipi", it does not match, because \B is always false at the
1947
+ start of the subject, which is deemed to be a word boundary. However, if
1948
+ <b>pcre_exec()</b> is passed the entire string again, but with <i>startoffset</i>
1949
+ set to 4, it finds the second occurrence of "iss" because it is able to look
1950
+ behind the starting point to discover that it is preceded by a letter.
1951
+ </P>
1952
+ <P>
1953
+ Finding all the matches in a subject is tricky when the pattern can match an
1954
+ empty string. It is possible to emulate Perl's /g behaviour by first trying the
1955
+ match again at the same offset, with the PCRE_NOTEMPTY_ATSTART and
1956
+ PCRE_ANCHORED options, and then if that fails, advancing the starting offset
1957
+ and trying an ordinary match again. There is some code that demonstrates how to
1958
+ do this in the
1959
+ <a href="pcredemo.html"><b>pcredemo</b></a>
1960
+ sample program. In the most general case, you have to check to see if the
1961
+ newline convention recognizes CRLF as a newline, and if so, and the current
1962
+ character is CR followed by LF, advance the starting offset by two characters
1963
+ instead of one.
1964
+ </P>
1965
+ <P>
1966
+ If a non-zero starting offset is passed when the pattern is anchored, one
1967
+ attempt to match at the given offset is made. This can only succeed if the
1968
+ pattern does not require the match to be at the start of the subject.
1969
+ </P>
1970
+ <br><b>
1971
+ How <b>pcre_exec()</b> returns captured substrings
1972
+ </b><br>
1973
+ <P>
1974
+ In general, a pattern matches a certain portion of the subject, and in
1975
+ addition, further substrings from the subject may be picked out by parts of the
1976
+ pattern. Following the usage in Jeffrey Friedl's book, this is called
1977
+ "capturing" in what follows, and the phrase "capturing subpattern" is used for
1978
+ a fragment of a pattern that picks out a substring. PCRE supports several other
1979
+ kinds of parenthesized subpattern that do not cause substrings to be captured.
1980
+ </P>
1981
+ <P>
1982
+ Captured substrings are returned to the caller via a vector of integers whose
1983
+ address is passed in <i>ovector</i>. The number of elements in the vector is
1984
+ passed in <i>ovecsize</i>, which must be a non-negative number. <b>Note</b>: this
1985
+ argument is NOT the size of <i>ovector</i> in bytes.
1986
+ </P>
1987
+ <P>
1988
+ The first two-thirds of the vector is used to pass back captured substrings,
1989
+ each substring using a pair of integers. The remaining third of the vector is
1990
+ used as workspace by <b>pcre_exec()</b> while matching capturing subpatterns,
1991
+ and is not available for passing back information. The number passed in
1992
+ <i>ovecsize</i> should always be a multiple of three. If it is not, it is
1993
+ rounded down.
1994
+ </P>
1995
+ <P>
1996
+ When a match is successful, information about captured substrings is returned
1997
+ in pairs of integers, starting at the beginning of <i>ovector</i>, and
1998
+ continuing up to two-thirds of its length at the most. The first element of
1999
+ each pair is set to the byte offset of the first character in a substring, and
2000
+ the second is set to the byte offset of the first character after the end of a
2001
+ substring. <b>Note</b>: these values are always byte offsets, even in UTF-8
2002
+ mode. They are not character counts.
2003
+ </P>
2004
+ <P>
2005
+ The first pair of integers, <i>ovector[0]</i> and <i>ovector[1]</i>, identify the
2006
+ portion of the subject string matched by the entire pattern. The next pair is
2007
+ used for the first capturing subpattern, and so on. The value returned by
2008
+ <b>pcre_exec()</b> is one more than the highest numbered pair that has been set.
2009
+ For example, if two substrings have been captured, the returned value is 3. If
2010
+ there are no capturing subpatterns, the return value from a successful match is
2011
+ 1, indicating that just the first pair of offsets has been set.
2012
+ </P>
2013
+ <P>
2014
+ If a capturing subpattern is matched repeatedly, it is the last portion of the
2015
+ string that it matched that is returned.
2016
+ </P>
2017
+ <P>
2018
+ If the vector is too small to hold all the captured substring offsets, it is
2019
+ used as far as possible (up to two-thirds of its length), and the function
2020
+ returns a value of zero. If neither the actual string matched nor any captured
2021
+ substrings are of interest, <b>pcre_exec()</b> may be called with <i>ovector</i>
2022
+ passed as NULL and <i>ovecsize</i> as zero. However, if the pattern contains
2023
+ back references and the <i>ovector</i> is not big enough to remember the related
2024
+ substrings, PCRE has to get additional memory for use during matching. Thus it
2025
+ is usually advisable to supply an <i>ovector</i> of reasonable size.
2026
+ </P>
2027
+ <P>
2028
+ There are some cases where zero is returned (indicating vector overflow) when
2029
+ in fact the vector is exactly the right size for the final match. For example,
2030
+ consider the pattern
2031
+ <pre>
2032
+ (a)(?:(b)c|bd)
2033
+ </pre>
2034
+ If a vector of 6 elements (allowing for only 1 captured substring) is given
2035
+ with subject string "abd", <b>pcre_exec()</b> will try to set the second
2036
+ captured string, thereby recording a vector overflow, before failing to match
2037
+ "c" and backing up to try the second alternative. The zero return, however,
2038
+ does correctly indicate that the maximum number of slots (namely 2) have been
2039
+ filled. In similar cases where there is temporary overflow, but the final
2040
+ number of used slots is actually less than the maximum, a non-zero value is
2041
+ returned.
2042
+ </P>
2043
+ <P>
2044
+ The <b>pcre_fullinfo()</b> function can be used to find out how many capturing
2045
+ subpatterns there are in a compiled pattern. The smallest size for
2046
+ <i>ovector</i> that will allow for <i>n</i> captured substrings, in addition to
2047
+ the offsets of the substring matched by the whole pattern, is (<i>n</i>+1)*3.
2048
+ </P>
2049
+ <P>
2050
+ It is possible for capturing subpattern number <i>n+1</i> to match some part of
2051
+ the subject when subpattern <i>n</i> has not been used at all. For example, if
2052
+ the string "abc" is matched against the pattern (a|(z))(bc) the return from the
2053
+ function is 4, and subpatterns 1 and 3 are matched, but 2 is not. When this
2054
+ happens, both values in the offset pairs corresponding to unused subpatterns
2055
+ are set to -1.
2056
+ </P>
2057
+ <P>
2058
+ Offset values that correspond to unused subpatterns at the end of the
2059
+ expression are also set to -1. For example, if the string "abc" is matched
2060
+ against the pattern (abc)(x(yz)?)? subpatterns 2 and 3 are not matched. The
2061
+ return from the function is 2, because the highest used capturing subpattern
2062
+ number is 1, and the offsets for for the second and third capturing subpatterns
2063
+ (assuming the vector is large enough, of course) are set to -1.
2064
+ </P>
2065
+ <P>
2066
+ <b>Note</b>: Elements in the first two-thirds of <i>ovector</i> that do not
2067
+ correspond to capturing parentheses in the pattern are never changed. That is,
2068
+ if a pattern contains <i>n</i> capturing parentheses, no more than
2069
+ <i>ovector[0]</i> to <i>ovector[2n+1]</i> are set by <b>pcre_exec()</b>. The other
2070
+ elements (in the first two-thirds) retain whatever values they previously had.
2071
+ </P>
2072
+ <P>
2073
+ Some convenience functions are provided for extracting the captured substrings
2074
+ as separate strings. These are described below.
2075
+ <a name="errorlist"></a></P>
2076
+ <br><b>
2077
+ Error return values from <b>pcre_exec()</b>
2078
+ </b><br>
2079
+ <P>
2080
+ If <b>pcre_exec()</b> fails, it returns a negative number. The following are
2081
+ defined in the header file:
2082
+ <pre>
2083
+ PCRE_ERROR_NOMATCH (-1)
2084
+ </pre>
2085
+ The subject string did not match the pattern.
2086
+ <pre>
2087
+ PCRE_ERROR_NULL (-2)
2088
+ </pre>
2089
+ Either <i>code</i> or <i>subject</i> was passed as NULL, or <i>ovector</i> was
2090
+ NULL and <i>ovecsize</i> was not zero.
2091
+ <pre>
2092
+ PCRE_ERROR_BADOPTION (-3)
2093
+ </pre>
2094
+ An unrecognized bit was set in the <i>options</i> argument.
2095
+ <pre>
2096
+ PCRE_ERROR_BADMAGIC (-4)
2097
+ </pre>
2098
+ PCRE stores a 4-byte "magic number" at the start of the compiled code, to catch
2099
+ the case when it is passed a junk pointer and to detect when a pattern that was
2100
+ compiled in an environment of one endianness is run in an environment with the
2101
+ other endianness. This is the error that PCRE gives when the magic number is
2102
+ not present.
2103
+ <pre>
2104
+ PCRE_ERROR_UNKNOWN_OPCODE (-5)
2105
+ </pre>
2106
+ While running the pattern match, an unknown item was encountered in the
2107
+ compiled pattern. This error could be caused by a bug in PCRE or by overwriting
2108
+ of the compiled pattern.
2109
+ <pre>
2110
+ PCRE_ERROR_NOMEMORY (-6)
2111
+ </pre>
2112
+ If a pattern contains back references, but the <i>ovector</i> that is passed to
2113
+ <b>pcre_exec()</b> is not big enough to remember the referenced substrings, PCRE
2114
+ gets a block of memory at the start of matching to use for this purpose. If the
2115
+ call via <b>pcre_malloc()</b> fails, this error is given. The memory is
2116
+ automatically freed at the end of matching.
2117
+ </P>
2118
+ <P>
2119
+ This error is also given if <b>pcre_stack_malloc()</b> fails in
2120
+ <b>pcre_exec()</b>. This can happen only when PCRE has been compiled with
2121
+ <b>--disable-stack-for-recursion</b>.
2122
+ <pre>
2123
+ PCRE_ERROR_NOSUBSTRING (-7)
2124
+ </pre>
2125
+ This error is used by the <b>pcre_copy_substring()</b>,
2126
+ <b>pcre_get_substring()</b>, and <b>pcre_get_substring_list()</b> functions (see
2127
+ below). It is never returned by <b>pcre_exec()</b>.
2128
+ <pre>
2129
+ PCRE_ERROR_MATCHLIMIT (-8)
2130
+ </pre>
2131
+ The backtracking limit, as specified by the <i>match_limit</i> field in a
2132
+ <b>pcre_extra</b> structure (or defaulted) was reached. See the description
2133
+ above.
2134
+ <pre>
2135
+ PCRE_ERROR_CALLOUT (-9)
2136
+ </pre>
2137
+ This error is never generated by <b>pcre_exec()</b> itself. It is provided for
2138
+ use by callout functions that want to yield a distinctive error code. See the
2139
+ <a href="pcrecallout.html"><b>pcrecallout</b></a>
2140
+ documentation for details.
2141
+ <pre>
2142
+ PCRE_ERROR_BADUTF8 (-10)
2143
+ </pre>
2144
+ A string that contains an invalid UTF-8 byte sequence was passed as a subject,
2145
+ and the PCRE_NO_UTF8_CHECK option was not set. If the size of the output vector
2146
+ (<i>ovecsize</i>) is at least 2, the byte offset to the start of the the invalid
2147
+ UTF-8 character is placed in the first element, and a reason code is placed in
2148
+ the second element. The reason codes are listed in the
2149
+ <a href="#badutf8reasons">following section.</a>
2150
+ For backward compatibility, if PCRE_PARTIAL_HARD is set and the problem is a
2151
+ truncated UTF-8 character at the end of the subject (reason codes 1 to 5),
2152
+ PCRE_ERROR_SHORTUTF8 is returned instead of PCRE_ERROR_BADUTF8.
2153
+ <pre>
2154
+ PCRE_ERROR_BADUTF8_OFFSET (-11)
2155
+ </pre>
2156
+ The UTF-8 byte sequence that was passed as a subject was checked and found to
2157
+ be valid (the PCRE_NO_UTF8_CHECK option was not set), but the value of
2158
+ <i>startoffset</i> did not point to the beginning of a UTF-8 character or the
2159
+ end of the subject.
2160
+ <pre>
2161
+ PCRE_ERROR_PARTIAL (-12)
2162
+ </pre>
2163
+ The subject string did not match, but it did match partially. See the
2164
+ <a href="pcrepartial.html"><b>pcrepartial</b></a>
2165
+ documentation for details of partial matching.
2166
+ <pre>
2167
+ PCRE_ERROR_BADPARTIAL (-13)
2168
+ </pre>
2169
+ This code is no longer in use. It was formerly returned when the PCRE_PARTIAL
2170
+ option was used with a compiled pattern containing items that were not
2171
+ supported for partial matching. From release 8.00 onwards, there are no
2172
+ restrictions on partial matching.
2173
+ <pre>
2174
+ PCRE_ERROR_INTERNAL (-14)
2175
+ </pre>
2176
+ An unexpected internal error has occurred. This error could be caused by a bug
2177
+ in PCRE or by overwriting of the compiled pattern.
2178
+ <pre>
2179
+ PCRE_ERROR_BADCOUNT (-15)
2180
+ </pre>
2181
+ This error is given if the value of the <i>ovecsize</i> argument is negative.
2182
+ <pre>
2183
+ PCRE_ERROR_RECURSIONLIMIT (-21)
2184
+ </pre>
2185
+ The internal recursion limit, as specified by the <i>match_limit_recursion</i>
2186
+ field in a <b>pcre_extra</b> structure (or defaulted) was reached. See the
2187
+ description above.
2188
+ <pre>
2189
+ PCRE_ERROR_BADNEWLINE (-23)
2190
+ </pre>
2191
+ An invalid combination of PCRE_NEWLINE_<i>xxx</i> options was given.
2192
+ <pre>
2193
+ PCRE_ERROR_BADOFFSET (-24)
2194
+ </pre>
2195
+ The value of <i>startoffset</i> was negative or greater than the length of the
2196
+ subject, that is, the value in <i>length</i>.
2197
+ <pre>
2198
+ PCRE_ERROR_SHORTUTF8 (-25)
2199
+ </pre>
2200
+ This error is returned instead of PCRE_ERROR_BADUTF8 when the subject string
2201
+ ends with a truncated UTF-8 character and the PCRE_PARTIAL_HARD option is set.
2202
+ Information about the failure is returned as for PCRE_ERROR_BADUTF8. It is in
2203
+ fact sufficient to detect this case, but this special error code for
2204
+ PCRE_PARTIAL_HARD precedes the implementation of returned information; it is
2205
+ retained for backwards compatibility.
2206
+ <pre>
2207
+ PCRE_ERROR_RECURSELOOP (-26)
2208
+ </pre>
2209
+ This error is returned when <b>pcre_exec()</b> detects a recursion loop within
2210
+ the pattern. Specifically, it means that either the whole pattern or a
2211
+ subpattern has been called recursively for the second time at the same position
2212
+ in the subject string. Some simple patterns that might do this are detected and
2213
+ faulted at compile time, but more complicated cases, in particular mutual
2214
+ recursions between two different subpatterns, cannot be detected until run
2215
+ time.
2216
+ <pre>
2217
+ PCRE_ERROR_JIT_STACKLIMIT (-27)
2218
+ </pre>
2219
+ This error is returned when a pattern that was successfully studied using a
2220
+ JIT compile option is being matched, but the memory available for the
2221
+ just-in-time processing stack is not large enough. See the
2222
+ <a href="pcrejit.html"><b>pcrejit</b></a>
2223
+ documentation for more details.
2224
+ <pre>
2225
+ PCRE_ERROR_BADMODE (-28)
2226
+ </pre>
2227
+ This error is given if a pattern that was compiled by the 8-bit library is
2228
+ passed to a 16-bit or 32-bit library function, or vice versa.
2229
+ <pre>
2230
+ PCRE_ERROR_BADENDIANNESS (-29)
2231
+ </pre>
2232
+ This error is given if a pattern that was compiled and saved is reloaded on a
2233
+ host with different endianness. The utility function
2234
+ <b>pcre_pattern_to_host_byte_order()</b> can be used to convert such a pattern
2235
+ so that it runs on the new host.
2236
+ <pre>
2237
+ PCRE_ERROR_JIT_BADOPTION
2238
+ </pre>
2239
+ This error is returned when a pattern that was successfully studied using a JIT
2240
+ compile option is being matched, but the matching mode (partial or complete
2241
+ match) does not correspond to any JIT compilation mode. When the JIT fast path
2242
+ function is used, this error may be also given for invalid options. See the
2243
+ <a href="pcrejit.html"><b>pcrejit</b></a>
2244
+ documentation for more details.
2245
+ <pre>
2246
+ PCRE_ERROR_BADLENGTH (-32)
2247
+ </pre>
2248
+ This error is given if <b>pcre_exec()</b> is called with a negative value for
2249
+ the <i>length</i> argument.
2250
+ </P>
2251
+ <P>
2252
+ Error numbers -16 to -20, -22, and 30 are not used by <b>pcre_exec()</b>.
2253
+ <a name="badutf8reasons"></a></P>
2254
+ <br><b>
2255
+ Reason codes for invalid UTF-8 strings
2256
+ </b><br>
2257
+ <P>
2258
+ This section applies only to the 8-bit library. The corresponding information
2259
+ for the 16-bit and 32-bit libraries is given in the
2260
+ <a href="pcre16.html"><b>pcre16</b></a>
2261
+ and
2262
+ <a href="pcre32.html"><b>pcre32</b></a>
2263
+ pages.
2264
+ </P>
2265
+ <P>
2266
+ When <b>pcre_exec()</b> returns either PCRE_ERROR_BADUTF8 or
2267
+ PCRE_ERROR_SHORTUTF8, and the size of the output vector (<i>ovecsize</i>) is at
2268
+ least 2, the offset of the start of the invalid UTF-8 character is placed in
2269
+ the first output vector element (<i>ovector[0]</i>) and a reason code is placed
2270
+ in the second element (<i>ovector[1]</i>). The reason codes are given names in
2271
+ the <b>pcre.h</b> header file:
2272
+ <pre>
2273
+ PCRE_UTF8_ERR1
2274
+ PCRE_UTF8_ERR2
2275
+ PCRE_UTF8_ERR3
2276
+ PCRE_UTF8_ERR4
2277
+ PCRE_UTF8_ERR5
2278
+ </pre>
2279
+ The string ends with a truncated UTF-8 character; the code specifies how many
2280
+ bytes are missing (1 to 5). Although RFC 3629 restricts UTF-8 characters to be
2281
+ no longer than 4 bytes, the encoding scheme (originally defined by RFC 2279)
2282
+ allows for up to 6 bytes, and this is checked first; hence the possibility of
2283
+ 4 or 5 missing bytes.
2284
+ <pre>
2285
+ PCRE_UTF8_ERR6
2286
+ PCRE_UTF8_ERR7
2287
+ PCRE_UTF8_ERR8
2288
+ PCRE_UTF8_ERR9
2289
+ PCRE_UTF8_ERR10
2290
+ </pre>
2291
+ The two most significant bits of the 2nd, 3rd, 4th, 5th, or 6th byte of the
2292
+ character do not have the binary value 0b10 (that is, either the most
2293
+ significant bit is 0, or the next bit is 1).
2294
+ <pre>
2295
+ PCRE_UTF8_ERR11
2296
+ PCRE_UTF8_ERR12
2297
+ </pre>
2298
+ A character that is valid by the RFC 2279 rules is either 5 or 6 bytes long;
2299
+ these code points are excluded by RFC 3629.
2300
+ <pre>
2301
+ PCRE_UTF8_ERR13
2302
+ </pre>
2303
+ A 4-byte character has a value greater than 0x10fff; these code points are
2304
+ excluded by RFC 3629.
2305
+ <pre>
2306
+ PCRE_UTF8_ERR14
2307
+ </pre>
2308
+ A 3-byte character has a value in the range 0xd800 to 0xdfff; this range of
2309
+ code points are reserved by RFC 3629 for use with UTF-16, and so are excluded
2310
+ from UTF-8.
2311
+ <pre>
2312
+ PCRE_UTF8_ERR15
2313
+ PCRE_UTF8_ERR16
2314
+ PCRE_UTF8_ERR17
2315
+ PCRE_UTF8_ERR18
2316
+ PCRE_UTF8_ERR19
2317
+ </pre>
2318
+ A 2-, 3-, 4-, 5-, or 6-byte character is "overlong", that is, it codes for a
2319
+ value that can be represented by fewer bytes, which is invalid. For example,
2320
+ the two bytes 0xc0, 0xae give the value 0x2e, whose correct coding uses just
2321
+ one byte.
2322
+ <pre>
2323
+ PCRE_UTF8_ERR20
2324
+ </pre>
2325
+ The two most significant bits of the first byte of a character have the binary
2326
+ value 0b10 (that is, the most significant bit is 1 and the second is 0). Such a
2327
+ byte can only validly occur as the second or subsequent byte of a multi-byte
2328
+ character.
2329
+ <pre>
2330
+ PCRE_UTF8_ERR21
2331
+ </pre>
2332
+ The first byte of a character has the value 0xfe or 0xff. These values can
2333
+ never occur in a valid UTF-8 string.
2334
+ <pre>
2335
+ PCRE_UTF8_ERR2
2336
+ </pre>
2337
+ Non-character. These are the last two characters in each plane (0xfffe, 0xffff,
2338
+ 0x1fffe, 0x1ffff .. 0x10fffe, 0x10ffff), and the characters 0xfdd0..0xfdef.
2339
+ </P>
2340
+ <br><a name="SEC18" href="#TOC1">EXTRACTING CAPTURED SUBSTRINGS BY NUMBER</a><br>
2341
+ <P>
2342
+ <b>int pcre_copy_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
2343
+ <b>int <i>stringcount</i>, int <i>stringnumber</i>, char *<i>buffer</i>,</b>
2344
+ <b>int <i>buffersize</i>);</b>
2345
+ </P>
2346
+ <P>
2347
+ <b>int pcre_get_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
2348
+ <b>int <i>stringcount</i>, int <i>stringnumber</i>,</b>
2349
+ <b>const char **<i>stringptr</i>);</b>
2350
+ </P>
2351
+ <P>
2352
+ <b>int pcre_get_substring_list(const char *<i>subject</i>,</b>
2353
+ <b>int *<i>ovector</i>, int <i>stringcount</i>, const char ***<i>listptr</i>);</b>
2354
+ </P>
2355
+ <P>
2356
+ Captured substrings can be accessed directly by using the offsets returned by
2357
+ <b>pcre_exec()</b> in <i>ovector</i>. For convenience, the functions
2358
+ <b>pcre_copy_substring()</b>, <b>pcre_get_substring()</b>, and
2359
+ <b>pcre_get_substring_list()</b> are provided for extracting captured substrings
2360
+ as new, separate, zero-terminated strings. These functions identify substrings
2361
+ by number. The next section describes functions for extracting named
2362
+ substrings.
2363
+ </P>
2364
+ <P>
2365
+ A substring that contains a binary zero is correctly extracted and has a
2366
+ further zero added on the end, but the result is not, of course, a C string.
2367
+ However, you can process such a string by referring to the length that is
2368
+ returned by <b>pcre_copy_substring()</b> and <b>pcre_get_substring()</b>.
2369
+ Unfortunately, the interface to <b>pcre_get_substring_list()</b> is not adequate
2370
+ for handling strings containing binary zeros, because the end of the final
2371
+ string is not independently indicated.
2372
+ </P>
2373
+ <P>
2374
+ The first three arguments are the same for all three of these functions:
2375
+ <i>subject</i> is the subject string that has just been successfully matched,
2376
+ <i>ovector</i> is a pointer to the vector of integer offsets that was passed to
2377
+ <b>pcre_exec()</b>, and <i>stringcount</i> is the number of substrings that were
2378
+ captured by the match, including the substring that matched the entire regular
2379
+ expression. This is the value returned by <b>pcre_exec()</b> if it is greater
2380
+ than zero. If <b>pcre_exec()</b> returned zero, indicating that it ran out of
2381
+ space in <i>ovector</i>, the value passed as <i>stringcount</i> should be the
2382
+ number of elements in the vector divided by three.
2383
+ </P>
2384
+ <P>
2385
+ The functions <b>pcre_copy_substring()</b> and <b>pcre_get_substring()</b>
2386
+ extract a single substring, whose number is given as <i>stringnumber</i>. A
2387
+ value of zero extracts the substring that matched the entire pattern, whereas
2388
+ higher values extract the captured substrings. For <b>pcre_copy_substring()</b>,
2389
+ the string is placed in <i>buffer</i>, whose length is given by
2390
+ <i>buffersize</i>, while for <b>pcre_get_substring()</b> a new block of memory is
2391
+ obtained via <b>pcre_malloc</b>, and its address is returned via
2392
+ <i>stringptr</i>. The yield of the function is the length of the string, not
2393
+ including the terminating zero, or one of these error codes:
2394
+ <pre>
2395
+ PCRE_ERROR_NOMEMORY (-6)
2396
+ </pre>
2397
+ The buffer was too small for <b>pcre_copy_substring()</b>, or the attempt to get
2398
+ memory failed for <b>pcre_get_substring()</b>.
2399
+ <pre>
2400
+ PCRE_ERROR_NOSUBSTRING (-7)
2401
+ </pre>
2402
+ There is no substring whose number is <i>stringnumber</i>.
2403
+ </P>
2404
+ <P>
2405
+ The <b>pcre_get_substring_list()</b> function extracts all available substrings
2406
+ and builds a list of pointers to them. All this is done in a single block of
2407
+ memory that is obtained via <b>pcre_malloc</b>. The address of the memory block
2408
+ is returned via <i>listptr</i>, which is also the start of the list of string
2409
+ pointers. The end of the list is marked by a NULL pointer. The yield of the
2410
+ function is zero if all went well, or the error code
2411
+ <pre>
2412
+ PCRE_ERROR_NOMEMORY (-6)
2413
+ </pre>
2414
+ if the attempt to get the memory block failed.
2415
+ </P>
2416
+ <P>
2417
+ When any of these functions encounter a substring that is unset, which can
2418
+ happen when capturing subpattern number <i>n+1</i> matches some part of the
2419
+ subject, but subpattern <i>n</i> has not been used at all, they return an empty
2420
+ string. This can be distinguished from a genuine zero-length substring by
2421
+ inspecting the appropriate offset in <i>ovector</i>, which is negative for unset
2422
+ substrings.
2423
+ </P>
2424
+ <P>
2425
+ The two convenience functions <b>pcre_free_substring()</b> and
2426
+ <b>pcre_free_substring_list()</b> can be used to free the memory returned by
2427
+ a previous call of <b>pcre_get_substring()</b> or
2428
+ <b>pcre_get_substring_list()</b>, respectively. They do nothing more than call
2429
+ the function pointed to by <b>pcre_free</b>, which of course could be called
2430
+ directly from a C program. However, PCRE is used in some situations where it is
2431
+ linked via a special interface to another programming language that cannot use
2432
+ <b>pcre_free</b> directly; it is for these cases that the functions are
2433
+ provided.
2434
+ </P>
2435
+ <br><a name="SEC19" href="#TOC1">EXTRACTING CAPTURED SUBSTRINGS BY NAME</a><br>
2436
+ <P>
2437
+ <b>int pcre_get_stringnumber(const pcre *<i>code</i>,</b>
2438
+ <b>const char *<i>name</i>);</b>
2439
+ </P>
2440
+ <P>
2441
+ <b>int pcre_copy_named_substring(const pcre *<i>code</i>,</b>
2442
+ <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
2443
+ <b>int <i>stringcount</i>, const char *<i>stringname</i>,</b>
2444
+ <b>char *<i>buffer</i>, int <i>buffersize</i>);</b>
2445
+ </P>
2446
+ <P>
2447
+ <b>int pcre_get_named_substring(const pcre *<i>code</i>,</b>
2448
+ <b>const char *<i>subject</i>, int *<i>ovector</i>,</b>
2449
+ <b>int <i>stringcount</i>, const char *<i>stringname</i>,</b>
2450
+ <b>const char **<i>stringptr</i>);</b>
2451
+ </P>
2452
+ <P>
2453
+ To extract a substring by name, you first have to find associated number.
2454
+ For example, for this pattern
2455
+ <pre>
2456
+ (a+)b(?&#60;xxx&#62;\d+)...
2457
+ </pre>
2458
+ the number of the subpattern called "xxx" is 2. If the name is known to be
2459
+ unique (PCRE_DUPNAMES was not set), you can find the number from the name by
2460
+ calling <b>pcre_get_stringnumber()</b>. The first argument is the compiled
2461
+ pattern, and the second is the name. The yield of the function is the
2462
+ subpattern number, or PCRE_ERROR_NOSUBSTRING (-7) if there is no subpattern of
2463
+ that name.
2464
+ </P>
2465
+ <P>
2466
+ Given the number, you can extract the substring directly, or use one of the
2467
+ functions described in the previous section. For convenience, there are also
2468
+ two functions that do the whole job.
2469
+ </P>
2470
+ <P>
2471
+ Most of the arguments of <b>pcre_copy_named_substring()</b> and
2472
+ <b>pcre_get_named_substring()</b> are the same as those for the similarly named
2473
+ functions that extract by number. As these are described in the previous
2474
+ section, they are not re-described here. There are just two differences:
2475
+ </P>
2476
+ <P>
2477
+ First, instead of a substring number, a substring name is given. Second, there
2478
+ is an extra argument, given at the start, which is a pointer to the compiled
2479
+ pattern. This is needed in order to gain access to the name-to-number
2480
+ translation table.
2481
+ </P>
2482
+ <P>
2483
+ These functions call <b>pcre_get_stringnumber()</b>, and if it succeeds, they
2484
+ then call <b>pcre_copy_substring()</b> or <b>pcre_get_substring()</b>, as
2485
+ appropriate. <b>NOTE:</b> If PCRE_DUPNAMES is set and there are duplicate names,
2486
+ the behaviour may not be what you want (see the next section).
2487
+ </P>
2488
+ <P>
2489
+ <b>Warning:</b> If the pattern uses the (?| feature to set up multiple
2490
+ subpatterns with the same number, as described in the
2491
+ <a href="pcrepattern.html#dupsubpatternnumber">section on duplicate subpattern numbers</a>
2492
+ in the
2493
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
2494
+ page, you cannot use names to distinguish the different subpatterns, because
2495
+ names are not included in the compiled code. The matching process uses only
2496
+ numbers. For this reason, the use of different names for subpatterns of the
2497
+ same number causes an error at compile time.
2498
+ </P>
2499
+ <br><a name="SEC20" href="#TOC1">DUPLICATE SUBPATTERN NAMES</a><br>
2500
+ <P>
2501
+ <b>int pcre_get_stringtable_entries(const pcre *<i>code</i>,</b>
2502
+ <b>const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b>
2503
+ </P>
2504
+ <P>
2505
+ When a pattern is compiled with the PCRE_DUPNAMES option, names for subpatterns
2506
+ are not required to be unique. (Duplicate names are always allowed for
2507
+ subpatterns with the same number, created by using the (?| feature. Indeed, if
2508
+ such subpatterns are named, they are required to use the same names.)
2509
+ </P>
2510
+ <P>
2511
+ Normally, patterns with duplicate names are such that in any one match, only
2512
+ one of the named subpatterns participates. An example is shown in the
2513
+ <a href="pcrepattern.html"><b>pcrepattern</b></a>
2514
+ documentation.
2515
+ </P>
2516
+ <P>
2517
+ When duplicates are present, <b>pcre_copy_named_substring()</b> and
2518
+ <b>pcre_get_named_substring()</b> return the first substring corresponding to
2519
+ the given name that is set. If none are set, PCRE_ERROR_NOSUBSTRING (-7) is
2520
+ returned; no data is returned. The <b>pcre_get_stringnumber()</b> function
2521
+ returns one of the numbers that are associated with the name, but it is not
2522
+ defined which it is.
2523
+ </P>
2524
+ <P>
2525
+ If you want to get full details of all captured substrings for a given name,
2526
+ you must use the <b>pcre_get_stringtable_entries()</b> function. The first
2527
+ argument is the compiled pattern, and the second is the name. The third and
2528
+ fourth are pointers to variables which are updated by the function. After it
2529
+ has run, they point to the first and last entries in the name-to-number table
2530
+ for the given name. The function itself returns the length of each entry, or
2531
+ PCRE_ERROR_NOSUBSTRING (-7) if there are none. The format of the table is
2532
+ described above in the section entitled <i>Information about a pattern</i>
2533
+ <a href="#infoaboutpattern">above.</a>
2534
+ Given all the relevant entries for the name, you can extract each of their
2535
+ numbers, and hence the captured data, if any.
2536
+ </P>
2537
+ <br><a name="SEC21" href="#TOC1">FINDING ALL POSSIBLE MATCHES</a><br>
2538
+ <P>
2539
+ The traditional matching function uses a similar algorithm to Perl, which stops
2540
+ when it finds the first match, starting at a given point in the subject. If you
2541
+ want to find all possible matches, or the longest possible match, consider
2542
+ using the alternative matching function (see below) instead. If you cannot use
2543
+ the alternative function, but still need to find all possible matches, you
2544
+ can kludge it up by making use of the callout facility, which is described in
2545
+ the
2546
+ <a href="pcrecallout.html"><b>pcrecallout</b></a>
2547
+ documentation.
2548
+ </P>
2549
+ <P>
2550
+ What you have to do is to insert a callout right at the end of the pattern.
2551
+ When your callout function is called, extract and save the current matched
2552
+ substring. Then return 1, which forces <b>pcre_exec()</b> to backtrack and try
2553
+ other alternatives. Ultimately, when it runs out of matches, <b>pcre_exec()</b>
2554
+ will yield PCRE_ERROR_NOMATCH.
2555
+ </P>
2556
+ <br><a name="SEC22" href="#TOC1">OBTAINING AN ESTIMATE OF STACK USAGE</a><br>
2557
+ <P>
2558
+ Matching certain patterns using <b>pcre_exec()</b> can use a lot of process
2559
+ stack, which in certain environments can be rather limited in size. Some users
2560
+ find it helpful to have an estimate of the amount of stack that is used by
2561
+ <b>pcre_exec()</b>, to help them set recursion limits, as described in the
2562
+ <a href="pcrestack.html"><b>pcrestack</b></a>
2563
+ documentation. The estimate that is output by <b>pcretest</b> when called with
2564
+ the <b>-m</b> and <b>-C</b> options is obtained by calling <b>pcre_exec</b> with
2565
+ the values NULL, NULL, NULL, -999, and -999 for its first five arguments.
2566
+ </P>
2567
+ <P>
2568
+ Normally, if its first argument is NULL, <b>pcre_exec()</b> immediately returns
2569
+ the negative error code PCRE_ERROR_NULL, but with this special combination of
2570
+ arguments, it returns instead a negative number whose absolute value is the
2571
+ approximate stack frame size in bytes. (A negative number is used so that it is
2572
+ clear that no match has happened.) The value is approximate because in some
2573
+ cases, recursive calls to <b>pcre_exec()</b> occur when there are one or two
2574
+ additional variables on the stack.
2575
+ </P>
2576
+ <P>
2577
+ If PCRE has been compiled to use the heap instead of the stack for recursion,
2578
+ the value returned is the size of each block that is obtained from the heap.
2579
+ <a name="dfamatch"></a></P>
2580
+ <br><a name="SEC23" href="#TOC1">MATCHING A PATTERN: THE ALTERNATIVE FUNCTION</a><br>
2581
+ <P>
2582
+ <b>int pcre_dfa_exec(const pcre *<i>code</i>, const pcre_extra *<i>extra</i>,</b>
2583
+ <b>const char *<i>subject</i>, int <i>length</i>, int <i>startoffset</i>,</b>
2584
+ <b>int <i>options</i>, int *<i>ovector</i>, int <i>ovecsize</i>,</b>
2585
+ <b>int *<i>workspace</i>, int <i>wscount</i>);</b>
2586
+ </P>
2587
+ <P>
2588
+ The function <b>pcre_dfa_exec()</b> is called to match a subject string against
2589
+ a compiled pattern, using a matching algorithm that scans the subject string
2590
+ just once, and does not backtrack. This has different characteristics to the
2591
+ normal algorithm, and is not compatible with Perl. Some of the features of PCRE
2592
+ patterns are not supported. Nevertheless, there are times when this kind of
2593
+ matching can be useful. For a discussion of the two matching algorithms, and a
2594
+ list of features that <b>pcre_dfa_exec()</b> does not support, see the
2595
+ <a href="pcrematching.html"><b>pcrematching</b></a>
2596
+ documentation.
2597
+ </P>
2598
+ <P>
2599
+ The arguments for the <b>pcre_dfa_exec()</b> function are the same as for
2600
+ <b>pcre_exec()</b>, plus two extras. The <i>ovector</i> argument is used in a
2601
+ different way, and this is described below. The other common arguments are used
2602
+ in the same way as for <b>pcre_exec()</b>, so their description is not repeated
2603
+ here.
2604
+ </P>
2605
+ <P>
2606
+ The two additional arguments provide workspace for the function. The workspace
2607
+ vector should contain at least 20 elements. It is used for keeping track of
2608
+ multiple paths through the pattern tree. More workspace will be needed for
2609
+ patterns and subjects where there are a lot of potential matches.
2610
+ </P>
2611
+ <P>
2612
+ Here is an example of a simple call to <b>pcre_dfa_exec()</b>:
2613
+ <pre>
2614
+ int rc;
2615
+ int ovector[10];
2616
+ int wspace[20];
2617
+ rc = pcre_dfa_exec(
2618
+ re, /* result of pcre_compile() */
2619
+ NULL, /* we didn't study the pattern */
2620
+ "some string", /* the subject string */
2621
+ 11, /* the length of the subject string */
2622
+ 0, /* start at offset 0 in the subject */
2623
+ 0, /* default options */
2624
+ ovector, /* vector of integers for substring information */
2625
+ 10, /* number of elements (NOT size in bytes) */
2626
+ wspace, /* working space vector */
2627
+ 20); /* number of elements (NOT size in bytes) */
2628
+ </PRE>
2629
+ </P>
2630
+ <br><b>
2631
+ Option bits for <b>pcre_dfa_exec()</b>
2632
+ </b><br>
2633
+ <P>
2634
+ The unused bits of the <i>options</i> argument for <b>pcre_dfa_exec()</b> must be
2635
+ zero. The only bits that may be set are PCRE_ANCHORED, PCRE_NEWLINE_<i>xxx</i>,
2636
+ PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
2637
+ PCRE_NO_UTF8_CHECK, PCRE_BSR_ANYCRLF, PCRE_BSR_UNICODE, PCRE_NO_START_OPTIMIZE,
2638
+ PCRE_PARTIAL_HARD, PCRE_PARTIAL_SOFT, PCRE_DFA_SHORTEST, and PCRE_DFA_RESTART.
2639
+ All but the last four of these are exactly the same as for <b>pcre_exec()</b>,
2640
+ so their description is not repeated here.
2641
+ <pre>
2642
+ PCRE_PARTIAL_HARD
2643
+ PCRE_PARTIAL_SOFT
2644
+ </pre>
2645
+ These have the same general effect as they do for <b>pcre_exec()</b>, but the
2646
+ details are slightly different. When PCRE_PARTIAL_HARD is set for
2647
+ <b>pcre_dfa_exec()</b>, it returns PCRE_ERROR_PARTIAL if the end of the subject
2648
+ is reached and there is still at least one matching possibility that requires
2649
+ additional characters. This happens even if some complete matches have also
2650
+ been found. When PCRE_PARTIAL_SOFT is set, the return code PCRE_ERROR_NOMATCH
2651
+ is converted into PCRE_ERROR_PARTIAL if the end of the subject is reached,
2652
+ there have been no complete matches, but there is still at least one matching
2653
+ possibility. The portion of the string that was inspected when the longest
2654
+ partial match was found is set as the first matching string in both cases.
2655
+ There is a more detailed discussion of partial and multi-segment matching, with
2656
+ examples, in the
2657
+ <a href="pcrepartial.html"><b>pcrepartial</b></a>
2658
+ documentation.
2659
+ <pre>
2660
+ PCRE_DFA_SHORTEST
2661
+ </pre>
2662
+ Setting the PCRE_DFA_SHORTEST option causes the matching algorithm to stop as
2663
+ soon as it has found one match. Because of the way the alternative algorithm
2664
+ works, this is necessarily the shortest possible match at the first possible
2665
+ matching point in the subject string.
2666
+ <pre>
2667
+ PCRE_DFA_RESTART
2668
+ </pre>
2669
+ When <b>pcre_dfa_exec()</b> returns a partial match, it is possible to call it
2670
+ again, with additional subject characters, and have it continue with the same
2671
+ match. The PCRE_DFA_RESTART option requests this action; when it is set, the
2672
+ <i>workspace</i> and <i>wscount</i> options must reference the same vector as
2673
+ before because data about the match so far is left in them after a partial
2674
+ match. There is more discussion of this facility in the
2675
+ <a href="pcrepartial.html"><b>pcrepartial</b></a>
2676
+ documentation.
2677
+ </P>
2678
+ <br><b>
2679
+ Successful returns from <b>pcre_dfa_exec()</b>
2680
+ </b><br>
2681
+ <P>
2682
+ When <b>pcre_dfa_exec()</b> succeeds, it may have matched more than one
2683
+ substring in the subject. Note, however, that all the matches from one run of
2684
+ the function start at the same point in the subject. The shorter matches are
2685
+ all initial substrings of the longer matches. For example, if the pattern
2686
+ <pre>
2687
+ &#60;.*&#62;
2688
+ </pre>
2689
+ is matched against the string
2690
+ <pre>
2691
+ This is &#60;something&#62; &#60;something else&#62; &#60;something further&#62; no more
2692
+ </pre>
2693
+ the three matched strings are
2694
+ <pre>
2695
+ &#60;something&#62;
2696
+ &#60;something&#62; &#60;something else&#62;
2697
+ &#60;something&#62; &#60;something else&#62; &#60;something further&#62;
2698
+ </pre>
2699
+ On success, the yield of the function is a number greater than zero, which is
2700
+ the number of matched substrings. The substrings themselves are returned in
2701
+ <i>ovector</i>. Each string uses two elements; the first is the offset to the
2702
+ start, and the second is the offset to the end. In fact, all the strings have
2703
+ the same start offset. (Space could have been saved by giving this only once,
2704
+ but it was decided to retain some compatibility with the way <b>pcre_exec()</b>
2705
+ returns data, even though the meaning of the strings is different.)
2706
+ </P>
2707
+ <P>
2708
+ The strings are returned in reverse order of length; that is, the longest
2709
+ matching string is given first. If there were too many matches to fit into
2710
+ <i>ovector</i>, the yield of the function is zero, and the vector is filled with
2711
+ the longest matches. Unlike <b>pcre_exec()</b>, <b>pcre_dfa_exec()</b> can use
2712
+ the entire <i>ovector</i> for returning matched strings.
2713
+ </P>
2714
+ <br><b>
2715
+ Error returns from <b>pcre_dfa_exec()</b>
2716
+ </b><br>
2717
+ <P>
2718
+ The <b>pcre_dfa_exec()</b> function returns a negative number when it fails.
2719
+ Many of the errors are the same as for <b>pcre_exec()</b>, and these are
2720
+ described
2721
+ <a href="#errorlist">above.</a>
2722
+ There are in addition the following errors that are specific to
2723
+ <b>pcre_dfa_exec()</b>:
2724
+ <pre>
2725
+ PCRE_ERROR_DFA_UITEM (-16)
2726
+ </pre>
2727
+ This return is given if <b>pcre_dfa_exec()</b> encounters an item in the pattern
2728
+ that it does not support, for instance, the use of \C or a back reference.
2729
+ <pre>
2730
+ PCRE_ERROR_DFA_UCOND (-17)
2731
+ </pre>
2732
+ This return is given if <b>pcre_dfa_exec()</b> encounters a condition item that
2733
+ uses a back reference for the condition, or a test for recursion in a specific
2734
+ group. These are not supported.
2735
+ <pre>
2736
+ PCRE_ERROR_DFA_UMLIMIT (-18)
2737
+ </pre>
2738
+ This return is given if <b>pcre_dfa_exec()</b> is called with an <i>extra</i>
2739
+ block that contains a setting of the <i>match_limit</i> or
2740
+ <i>match_limit_recursion</i> fields. This is not supported (these fields are
2741
+ meaningless for DFA matching).
2742
+ <pre>
2743
+ PCRE_ERROR_DFA_WSSIZE (-19)
2744
+ </pre>
2745
+ This return is given if <b>pcre_dfa_exec()</b> runs out of space in the
2746
+ <i>workspace</i> vector.
2747
+ <pre>
2748
+ PCRE_ERROR_DFA_RECURSE (-20)
2749
+ </pre>
2750
+ When a recursive subpattern is processed, the matching function calls itself
2751
+ recursively, using private vectors for <i>ovector</i> and <i>workspace</i>. This
2752
+ error is given if the output vector is not large enough. This should be
2753
+ extremely rare, as a vector of size 1000 is used.
2754
+ <pre>
2755
+ PCRE_ERROR_DFA_BADRESTART (-30)
2756
+ </pre>
2757
+ When <b>pcre_dfa_exec()</b> is called with the <b>PCRE_DFA_RESTART</b> option,
2758
+ some plausibility checks are made on the contents of the workspace, which
2759
+ should contain data about the previous partial match. If any of these checks
2760
+ fail, this error is given.
2761
+ </P>
2762
+ <br><a name="SEC24" href="#TOC1">SEE ALSO</a><br>
2763
+ <P>
2764
+ <b>pcre16</b>(3), <b>pcre32</b>(3), <b>pcrebuild</b>(3), <b>pcrecallout</b>(3),
2765
+ <b>pcrecpp(3)</b>(3), <b>pcrematching</b>(3), <b>pcrepartial</b>(3),
2766
+ <b>pcreposix</b>(3), <b>pcreprecompile</b>(3), <b>pcresample</b>(3),
2767
+ <b>pcrestack</b>(3).
2768
+ </P>
2769
+ <br><a name="SEC25" href="#TOC1">AUTHOR</a><br>
2770
+ <P>
2771
+ Philip Hazel
2772
+ <br>
2773
+ University Computing Service
2774
+ <br>
2775
+ Cambridge CB2 3QH, England.
2776
+ <br>
2777
+ </P>
2778
+ <br><a name="SEC26" href="#TOC1">REVISION</a><br>
2779
+ <P>
2780
+ Last updated: 08 November 2012
2781
+ <br>
2782
+ Copyright &copy; 1997-2012 University of Cambridge.
2783
+ <br>
2784
+ <p>
2785
+ Return to the <a href="index.html">PCRE index page</a>.
2786
+ </p>