diff options
| author | Alois <[email protected]> | 2016-05-15 11:18:01 +0200 |
|---|---|---|
| committer | Alois <[email protected]> | 2016-05-15 11:18:01 +0200 |
| commit | b89e7b9819ade75dab7d31024e1c901bef64821c (patch) | |
| tree | 1598666233d80cb1f30e4fe6207108970544f06d | |
| parent | 522db8edc39782374a0bf185576781acf5b698e6 (diff) | |
| parent | 4bf47e30e3628df4d566256c583967d49ea235a4 (diff) | |
| download | awesome-regex-b89e7b9819ade75dab7d31024e1c901bef64821c.tar.xz awesome-regex-b89e7b9819ade75dab7d31024e1c901bef64821c.zip | |
Merge pull request #26 from quobit/new_article
Added a new article
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [5 Techniques to Improve Regex Performance](https://www.loggly.com/blog/five-invaluable-techniques-to-improve-regex-performance/) - Craft your own powerful, yet efficient regex - [The Bad, the Better, and the Best](https://www.loggly.com/blog/regexes-the-bad-better-best/) - How a few characters can make a difference in performance - [The Greatest Regex Trick Ever](http://www.rexegg.com/regex-best-trick.html) - So you're doubtful at the mention of a "best regex trick"? +- [Treat regular expressions as code, not magic](http://alexwlchan.net/2016/04/regexes-are-code/) - If you don’t write them carefully, you can end up with an unmaintainable monstrosity ## Books |
