More OpenSSL and documenation fun. No more words to say. (0.38.13)
This commit is contained in:
parent
53698478d9
commit
38968a9a51
33 changed files with 498 additions and 88 deletions
14
docs/external/pcre2.md
vendored
Normal file
14
docs/external/pcre2.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# PCRE2 (Perl-Compatible Regex) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_PCRE2=ON
|
||||
- Purpose: Advanced regular expressions via PCRE2.
|
||||
- Homepage: https://www.pcre.org/
|
||||
|
||||
Opcodes:
|
||||
- OP_PCRE2_TEST: pops flags, text, pattern; pushes 1/0
|
||||
- OP_PCRE2_MATCH: pops flags, text, pattern; pushes match map or Nil
|
||||
- OP_PCRE2_FINDALL: pops flags, text, pattern; pushes array of match maps
|
||||
|
||||
Notes:
|
||||
- Requires PCRE2 development headers/libs.
|
||||
- Flags are backend-specific; see implementation for supported bits.
|
||||
Loading…
Add table
Add a link
Reference in a new issue