Skip to content

Commit

Permalink
Add PCRE constants
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed Jun 28, 2024
1 parent 3c9bf39 commit a647fd6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions reference/pcre/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,46 @@
</entry>
<entry>5.2.4</entry>
</row>
<row xml:id="constant.pcre-version-major">
<entry>
<constant>PCRE_VERSION_MAJOR</constant>
(<type>int</type>)
</entry>
<entry>
PCRE major version number.
</entry>
<entry></entry>
</row>
<row xml:id="constant.pcre-version-minor">
<entry>
<constant>PCRE_VERSION_MINOR</constant>
(<type>int</type>)
</entry>
<entry>
PCRE minor version number.
</entry>
<entry></entry>
</row>
<row xml:id="constant.pcre-jit-support">
<entry>
<constant>PCRE_JIT_SUPPORT</constant>
(<type>bool</type>)
</entry>
<entry>
Indicates whether PCRE JIT support is available.
</entry>
<entry></entry>
</row>
<row xml:id="constant.preg-grep-invert">
<entry>
<constant>PREG_GREP_INVERT</constant>
(<type>int</type>)
</entry>
<entry>
Return the elements that do not match a given pattern.
</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down

0 comments on commit a647fd6

Please sign in to comment.