diff options
| author | Varunram Ganesh <[email protected]> | 2019-10-02 09:59:20 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-02 09:59:20 +0530 |
| commit | ad7b97624c4986b6eaa32b43666c28955e7c5753 (patch) | |
| tree | 23b984595fd5f9ae920a9280d176dc11c530a9fc | |
| parent | bda6de13851e4bfd03d5a987d5941bf2f326b5b9 (diff) | |
| parent | 6769d98a961930537bb48a4bda1df89bfd5070cf (diff) | |
| download | awesome-regex-ad7b97624c4986b6eaa32b43666c28955e7c5753.tar.xz awesome-regex-ad7b97624c4986b6eaa32b43666c28955e7c5753.zip | |
Add Strings to RegEx
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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. - [rgxg](https://rgxg.github.io) - Command line tool to generate Regex +- [Strings to RegEx](https://www.wimpyprogrammer.com/strings-to-regex/) - JavaScript library and online tool to generate a regular expression that matches strings. ## Learning |
