virtualx-engine/modules/regex
Maganty Rushyendra 9f10f6779c Enable Unicode support for RegEx class
Build PCRE2 thirdparty library with unicode support. RegEx objects
in Godot can now be used to recognize unicode strings.
2020-06-11 14:49:02 +08:00
..
doc_classes Improve the RegEx class documentation 2020-02-27 23:09:32 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
regex.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
regex.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub Enable Unicode support for RegEx class 2020-06-11 14:49:02 +08:00