diff options
| author | Alois <[email protected]> | 2015-09-07 16:10:20 +0530 |
|---|---|---|
| committer | Alois <[email protected]> | 2015-09-07 16:10:20 +0530 |
| commit | d3d0b882501099924afaa31e2c830a3137e4eb8d (patch) | |
| tree | 74047f2c4191f22d01062eaa799a2c79650379f1 | |
| parent | 6799e0242466f18e902742cac27d20440b08e84a (diff) | |
| download | awesome-regex-d3d0b882501099924afaa31e2c830a3137e4eb8d.tar.xz awesome-regex-d3d0b882501099924afaa31e2c830a3137e4eb8d.zip | |
Add tips and tricks part. Close #10
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -73,6 +73,11 @@ Sharing, suggestions and contributions are always welcome! Please take a look at * [Regex CrossÂword](http://regexcrossword.com) - A crossword puzzle game using regular expressions * [RegexOne](http://regexone.com) - Learn regular expressions with simple, interactive examples +## Tips & Tricks + +- [Five Invaluable Techniques to Improve Regex Performance](https://www.loggly.com/blog/five-invaluable-techniques-to-improve-regex-performance/) - Be ready to craft your own powerful, yet efficient regular expressions. +- [The Bad, the Better, and the Best](https://www.loggly.com/blog/regexes-the-bad-better-best/) - A Story about How Just a Few Characters Can Make Such a Big Difference in Performance + # Other awesome lists -Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list, the [awesome](https://github.com/sindresorhus/awesome) list or if you want [more lists](https://github.com/jnv/lists).
\ No newline at end of file +Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list, the [awesome](https://github.com/sindresorhus/awesome) list or if you want [more lists](https://github.com/jnv/lists). |
