summaryrefslogtreecommitdiffstats
path: root/modules/regex/regex.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Added global sub and bounds checking to RegExZher Huei Lee2016-10-271-12/+45
|
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-0/+1465
Re-wrote nrex as a module using godot-specific parts and new features: * Added string substitutions. * Named groups are now supported. * Removed use of mutable variables in RegEx. RegExMatch is returned instead.