diff options
| author | coffeepenbit <[email protected]> | 2023-01-23 15:20:51 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-23 21:20:51 +0100 |
| commit | 26af40bf0aa141113ebd99889f2e89087abca0bd (patch) | |
| tree | 1a92937c67e68ae797caf547cd0256256276efb8 /README.md | |
| parent | 1b7903bb1fb3a91833012ac1823f31b934a26d69 (diff) | |
| download | awesome-regex-26af40bf0aa141113ebd99889f2e89087abca0bd.tar.xz awesome-regex-26af40bf0aa141113ebd99889f2e89087abca0bd.zip | |
Fix txt2re URL path (#88)
Fix txt2re URL path to index page
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at ## Generators -- [Txt2Re](http://www.txt2re.com/index.php3) - Generate Regular expressions based on a string +- [Txt2Re](https://www.txt2re.com/index_php3.html) - Generate Regular expressions based on a string - [Regex Generator++](http://regex.inginf.units.it) - 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) |
