aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos García <[email protected]>2016-04-14 20:28:48 +0200
committerJosé Carlos García <[email protected]>2016-04-14 20:28:48 +0200
commit9bfabbefb48302f99320100437ff2797cffedecc (patch)
treee219d7cae024b0e5f8ecab9788147de084181540
parentf4b1209e723b9cb6814e13d38239ef28a86bce29 (diff)
downloadawesome-regex-9bfabbefb48302f99320100437ff2797cffedecc.tar.xz
awesome-regex-9bfabbefb48302f99320100437ff2797cffedecc.zip
Change to Tips & Tricks section
Done!
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4d7988..9439ac6 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,6 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [Go-Restructure](https://github.com/alexflint/go-restructure) - Match regular expressions into struct fields in Go (by @alexflint) [js](https://github.com/benjamingr/js-restructure) [C#](https://gist.github.com/benjamingr/4de21494b3e76088e5f7)
- [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions.
-- [RegExLib](http://regexlib.com/) - Regular Expression Library (5000+ indexed expressions)
## Explaination
@@ -100,6 +99,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"?
+- [RegExLib](http://regexlib.com/) - Regular Expression Library (5000+ indexed expressions)
# Other awesome lists