summaryrefslogtreecommitdiff
path: root/modules/regex/regex.cpp
AgeCommit message (Collapse)Author
2016-11-01Make regex compilable with RTTI disabledPedro J. Estébanez
2016-10-27Changed RegEx to inherit ResourceZher Huei Lee
2016-10-27Added global sub and bounds checking to RegExZher Huei Lee
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.