aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Leach <[email protected]>2017-05-05 22:16:14 +0930
committerAlois <[email protected]>2017-05-05 14:46:14 +0200
commit547f46dbc5d22101e206b90e43136e2e8a6762e7 (patch)
treee4782c774cdb7386ba6e53555bd09c4dff777887
parente6704a169726a912ef3350ea7f469e264a01dfba (diff)
downloadawesome-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 444ef54..b290d23 100644
--- a/README.md
+++ b/README.md
@@ -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