diff options
| author | Ryan Leach <[email protected]> | 2017-05-05 22:16:14 +0930 |
|---|---|---|
| committer | Alois <[email protected]> | 2017-05-05 14:46:14 +0200 |
| commit | 547f46dbc5d22101e206b90e43136e2e8a6762e7 (patch) | |
| tree | e4782c774cdb7386ba6e53555bd09c4dff777887 | |
| parent | e6704a169726a912ef3350ea7f469e264a01dfba (diff) | |
| download | awesome-regex-547f46dbc5d22101e206b90e43136e2e8a6762e7.tar.xz awesome-regex-547f46dbc5d22101e206b90e43136e2e8a6762e7.zip | |
Added a numeric range generator (#44)
* Added a numeric range generator
This tool has been invaluable to me for tools that expose regex but don't allow any comparison of the matched text.
* Add Regex Numeric Range Generator/
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Regex Generator++](http://regex.inginf.units.it) - An Automatic Generation of Text Extraction Patterns from Examples - [regexgen](https://github.com/devongovett/regexgen) - Generates regular expressions that match a set of strings. - [RegexGenerator](https://github.com/MaLeLabTs/RegexGenerator) - A tool for generating regular expressions for text extraction (by @MaLeLabTs) +- [Gamon's numberic range generator](http://gamon.webfactional.com/regexnumericrangegenerator/) - Regex Numeric Range Generator, when you need to match an integer range. ## Learning |
