summaryrefslogtreecommitdiff
path: root/modules/regex/SCsub
AgeCommit message (Collapse)Author
2016-10-27RegEx re-implemented as a moduleZher Huei Lee
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.