| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | RegEx re-implemented as a module | Zher Huei Lee | 2016-10-27 | 1 | -1496/+0 |
| | | | | | | | | | | | 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. | ||||
| * | Fixed zero-length arrays in nrex. Fixes #4346 | Zher Huei Lee | 2016-04-18 | 1 | -4/+10 |
| | | |||||
| * | Updated nrex to v0.2 | Zher Huei Lee | 2016-04-08 | 1 | -38/+93 |
| | | | | | | | * Fixed capturing groups matching to invalid results * Fixed parents of recursive quantifiers not expanding properly * Fixed LookAhead sometimes adding to result | ||||
| * | updated the RegEx library nrex to v0.1 | Zher Huei Lee | 2015-12-04 | 1 | -34/+67 |
| | | | | | | | | | | | | | | | | | | | After implementing unit testing to nrex I caught and fixed some errors so it should behave more like Python's RegEx In addition, I've added version numbering so it should be able to tell if the library needs updating. Here are a list of changes: - Fixed zero count quantifiers failing. - Fixed infinite recursion if quantifying zero length token. - Fixed `$` (as a string pattern on its own) not matching. - Fixed look behind rewinding beyond the start of the string. - Added support for alternative back reference format `\g{1}` similar to Python. This allows digits to be used immediately after back references. - Number of capture groups are still limited to 9 by default but can now be manually set, with option for no limit at all. (Python has no limit) - Curly bracket quantifiers `{0}` no longer interpreted as a literal string if previous token is not quantifiable. (Python behaviour) | ||||
| * | Updated nrex to latest version | Zher Huei Lee | 2015-11-07 | 1 | -140/+612 |
| | | |||||
| * | Updated nrex for LookAhead support | Zher Huei Lee | 2015-11-07 | 1 | -12/+32 |
| | | |||||
| * | More nrex fixes | Zher Huei Lee | 2015-07-24 | 1 | -8/+16 |
| | | |||||
| * | Updated nrex fixes | Lee Zher Huei | 2015-07-24 | 1 | -5/+5 |
| | | |||||
| * | Regex library Nrex initial port | Lee Zher Huei | 2015-07-24 | 1 | -0/+902 |
