virtualx-engine/modules/regex
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
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
regex.cpp Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
regex.h Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00
register_types.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
register_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08:00