godot/thirdparty/pcre2/src/sljit
Zher Huei Lee e3e2f06324 Replacement of internal RegEx with PCRE2
The pattern and replacement matching behaviour has been changed purely
due to the nature of switching to a standards-compliant library.

One mistake in the previous behaviour was that named groups didn't have
a number. This has been corrected.

As names are actually just an alias of numbered groups,
RegExMatch::get_name_dict() is now get_names() and is a dict
referring to the group number it represents.

Duplicate names are enabled and the with the first matching instance
used.

Due the lack of a suitable equivalent in PCRE2, RegExMatch::expand() was
removed.
2017-08-19 19:29:14 +08:00
..
sljitConfig.h Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitConfigInternal.h Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitExecAllocator.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitLir.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitLir.h Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeARM_32.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeARM_64.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeARM_T2_32.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeMIPS_32.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeMIPS_64.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeMIPS_common.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativePPC_32.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativePPC_64.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativePPC_common.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeSPARC_32.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeSPARC_common.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeTILEGX_64.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeTILEGX-encoder.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeX86_32.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeX86_64.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitNativeX86_common.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
sljitUtils.c Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00