aboutsummaryrefslogtreecommitdiff
path: root/modules/regex/regex.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed RegEx to inherit ResourceZher Huei Lee2016-10-271-2/+2
|
* Added global sub and bounds checking to RegExZher Huei Lee2016-10-271-1/+1
|
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-0/+114
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.