Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-01 | Make regex compilable with RTTI disabled | Pedro J. Estébanez | |
2016-10-27 | Changed RegEx to inherit Resource | Zher Huei Lee | |
2016-10-27 | Added global sub and bounds checking to RegEx | Zher Huei Lee | |
2016-10-27 | RegEx re-implemented as a module | Zher 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. |