diff options
| author | Alois <[email protected]> | 2016-12-13 17:57:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-12-13 17:57:57 +0100 |
| commit | e0a1c9412f8fda50164266fe6912a07c8fbccb83 (patch) | |
| tree | 3fe618af43061c1fa929d52772427865c4b3c7e8 | |
| parent | 6b495c22d32830b4380d8eeac79216b982250870 (diff) | |
| parent | 8c57d7c8f80f2567773871c4ad46b69d1f3e3461 (diff) | |
| download | awesome-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
