aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlois <[email protected]>2016-12-13 17:57:57 +0100
committerGitHub <[email protected]>2016-12-13 17:57:57 +0100
commite0a1c9412f8fda50164266fe6912a07c8fbccb83 (patch)
tree3fe618af43061c1fa929d52772427865c4b3c7e8
parent6b495c22d32830b4380d8eeac79216b982250870 (diff)
parent8c57d7c8f80f2567773871c4ad46b69d1f3e3461 (diff)
downloadawesome-regex-e0a1c9412f8fda50164266fe6912a07c8fbccb83.tar.xz
awesome-regex-e0a1c9412f8fda50164266fe6912a07c8fbccb83.zip
Merge pull request #31 from quobit/primes_article
Added article detecting prime numbers with regex
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f1fdbb5..9f71aad 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [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
+- [Demystifying The Regular Expression That Checks If A Number Is Prime](https://iluxonchik.github.io/regular-expression-check-if-number-is-prime/) - How a regular expression can check if a number is prime
## Books