| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-28 | add EdifyHEADmaster | Bobby | 1 | -0/+1 | |
| 2023-01-23 | Fix txt2re URL path (#88) | coffeepenbit | 1 | -1/+1 | |
| Fix txt2re URL path to index page | |||||
| 2022-10-04 | Add RegexLearn.com (#87) | Aykut Kardaş | 1 | -0/+3 | |
| 2022-07-14 | Add autoregex (#86) | Pavlos Vinieratos | 1 | -0/+1 | |
| 2021-11-13 | Add SafeRegex (#82) | Tadashi | 1 | -0/+5 | |
| * Add SafeRegex Also added Security category * Remove space Co-authored-by: Aloïs de Gouvello <[email protected]> | |||||
| 2021-07-27 | Add a short history of regexes | Aloïs de Gouvello | 1 | -0/+1 | |
| 2021-02-14 | Add missing ToC link | Colin O'Dell | 1 | -0/+1 | |
| 2020-10-14 | Merge pull request #73 from Jcparkyn/nodexr | Varunram Ganesh | 1 | -0/+1 | |
| Add Nodexr | |||||
| 2020-10-14 | Add grex to generators | Andriy Orehov | 1 | -0/+1 | |
| 2020-08-08 | Add Nodexr | Jcparkyn | 1 | -0/+1 | |
| 2020-08-02 | Lint Markdown using `avto-dev/markdown-lint` action | Dario Vladovic | 1 | -0/+2 | |
| 2020-08-02 | Add Python re(gex)? | Sundeep Agarwal | 1 | -0/+1 | |
| 2020-07-18 | Add Super Expressive | Dario Vladovic | 1 | -0/+1 | |
| 2020-07-18 | Fix typo | Dario Vladovic | 1 | -1/+1 | |
| Remove extra bracket. | |||||
| 2019-10-25 | add Regex Guide to generators list. | Varunram Ganesh | 1 | -0/+1 | |
| 2019-10-02 | Add Strings to RegEx | Varunram Ganesh | 1 | -0/+1 | |
| 2019-10-01 | Add Strings to RegEx | Drew Keller | 1 | -0/+1 | |
| 2019-10-01 | Add RegEx to Strings | Drew Keller | 1 | -0/+1 | |
| 2019-06-22 | Add ExtendsClass | cyril | 1 | -0/+1 | |
| Online Regex tester for JavaScript. | |||||
| 2019-02-13 | Update link to 'Regular Expressions Cheat Sheet' | Tanner Hodges | 1 | -1/+1 | |
| 2019-01-12 | Add perl-begin.org (#58) | Shlomi Fish | 1 | -0/+1 | |
| 2018-10-25 | Update README.md | Alois | 1 | -1/+1 | |
| 2018-10-23 | Add PHP Live Regex to Prototyping and Testing #59 | Philip Bjorge | 1 | -0/+1 | |
| PR: #59 | |||||
| 2018-10-14 | Update README.md (#57) | Archakov Dennis | 1 | -0/+1 | |
| 2018-02-19 | More nit fixes for inclusion into the _official_ awesome repo | Varunram | 1 | -1/+1 | |
| 2018-02-19 | Make changes requested at https://github.com/sindresorhus/awesome/pull/1188 | Varunram | 1 | -64/+64 | |
| 2018-02-15 | Merge pull request #55 from shlomif/correct-pluralization | Varunram Ganesh | 1 | -8/+8 | |
| Correct pluralization of titles. | |||||
| 2018-01-30 | More nit stuff | Varunram Ganesh | 1 | -14/+14 | |
| Remove a/ans in descriptions as necessary. | |||||
| 2018-01-22 | Correct the pluralization of the titles. | Shlomi Fish | 1 | -8/+8 | |
| 2018-01-22 | Table of Contents -> Contents | Varunram Ganesh | 1 | -1/+1 | |
| nit fixes | |||||
| 2018-01-22 | Add Awesome badge to README | Varunram Ganesh | 1 | -0/+1 | |
| The badge is a pre-requisite to be included into the awesome collection | |||||
| 2017-10-13 | Add HackerRank Regex Challenges (#52) | Desiree Vogt-Lee | 1 | -0/+1 | |
| * added hackerrank * added hackerrank | |||||
| 2017-09-18 | Add benchmarks category | Mario Juarez | 1 | -0/+9 | |
| 2017-09-16 | Add Simple Regex and RegExTranslator.com (#49) | David Corson-Knowles | 1 | -0/+1 | |
| * Add Simple Regex and RegExTranslator.com Tools for translating and composing regex in English * Add RegexTranslator - [RegexTranslator](https://www.regextranslator.com/) - A web app to decode regex into plain English. You can edit in either language and translate both ways. * Move RegExTranslator to Explanation category As requested | |||||
| 2017-09-16 | Remove trailing closing brace at the end of [d13] | Varunram Ganesh | 1 | -1/+1 | |
| This was messing up the Markdown styling after the latest commit. | |||||
| 2017-09-16 | Merge two Awesome Repos (#48) | Varunram Ganesh | 1 | -3/+59 | |
| * Merge two Awesome Repos * Fix \n | |||||
| 2017-05-05 | Added a numeric range generator (#44) | Ryan Leach | 1 | -0/+1 | |
| * 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/ | |||||
| 2017-04-03 | Added Hyperscan (#43) | José Carlos García | 1 | -0/+1 | |
| From Intel ( see https://01.org/hyperscan ) with libpcre syntax. | |||||
| 2017-02-27 | Added PyMOTW re module tutorial | José Carlos García | 1 | -0/+1 | |
| 2017-01-02 | Merge pull request #37 from quobit/regexgen | Alois | 1 | -0/+1 | |
| Added regexgen | |||||
| 2017-01-02 | Changed to Generator section | José Carlos García | 1 | -1/+1 | |
| 2016-12-30 | Learning link added - Talk on Regex | Jeremy Wong | 1 | -0/+2 | |
| I haven't seen any videos on here. Videos can be a great alternative to those who don't learn well only through writing. This talk is visual and has a few exercises. | |||||
| 2016-12-21 | Added regexgen | José Carlos García | 1 | -0/+1 | |
| Generates regular expressions that match a set of strings. | |||||
| 2016-12-13 | Merge pull request #31 from quobit/primes_article | Alois | 1 | -0/+1 | |
| Added article detecting prime numbers with regex | |||||
| 2016-09-29 | Merge pull request #34 from quobit/focs | Alois | 1 | -0/+1 | |
| Add ch. 10 of Foundations of Computer Science | |||||
| 2016-09-28 | Add ch. 10 of Foundations of Computer Science | José Carlos García | 1 | -0/+1 | |
| 2016-09-28 | Add Google's RE2 library | José Carlos García | 1 | -0/+1 | |
| 2016-09-12 | Added article detecting prime numbers with regex | José Carlos García | 1 | -0/+1 | |
| 2016-05-16 | Added Python Regular Expressions from Google | José Carlos García | 1 | -0/+2 | |
| 2016-05-15 | Added a new article | José Carlos García | 1 | -0/+1 | |
