aboutsummaryrefslogtreecommitdiff
path: root/modules/regex/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-0/+7
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.