aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlois <[email protected]>2015-09-07 16:10:20 +0530
committerAlois <[email protected]>2015-09-07 16:10:20 +0530
commitd3d0b882501099924afaa31e2c830a3137e4eb8d (patch)
tree74047f2c4191f22d01062eaa799a2c79650379f1
parent6799e0242466f18e902742cac27d20440b08e84a (diff)
downloadawesome-regex-d3d0b882501099924afaa31e2c830a3137e4eb8d.tar.xz
awesome-regex-d3d0b882501099924afaa31e2c830a3137e4eb8d.zip
Add tips and tricks part. Close #10
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4b9ce9..6ba89ad 100644
--- a/README.md
+++ b/README.md
@@ -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).