Hacker News
- Email Address Regular Expression That 99.99% Works https://emailregex.com/index.html 37 comments
- How .NET Regular Expressions Really Work http://www.moserware.com/2009/03/how-net-regular-expressions-really-work.html 6 comments
- Show HN: Wregex – How Regular Expression Engines Work http://wstoop.co.za/wregex.php 9 comments
- Visual Support for Working with Regular Expressions http://softvis.wordpress.com/2014/12/22/visual-support-for-working-with-regular-expressions/ 12 comments
Lobsters
- Email Address Regular Expression That 99.99% Works. http://emailregex.com/ 17 comments practices , web
- Regular Expression Matching with a Trigram Index (or) How Google Code Search Worked https://swtch.com/~rsc/regexp/regexp4.html 3 comments compsci
- Regular expressions: how do they work? https://dev.to/katafrakt/regular-expressions-how-do-they-work-1n55 5 comments programming
- How it feels when you are working with regular expressions https://youtu.be/QNsfnhhMg-c 9 comments programming
- How .NET Regular Expressions Really Work http://www.moserware.com/2009/03/how-net-regular-expressions-really-work.html 14 comments programming
- Visualizing The Inner Workings of Regular Expressions https://betterprogramming.pub/animating-regular-expressions-with-python-and-graphviz-e0df447b827a 5 comments programming
- How JavaScript works: regular expressions (RegExp) https://blog.sessionstack.com/how-javascript-works-regular-expressions-regexp-e187e9082913 2 comments javascript
- emacs regular expressions: why \{n,m\} does not work for me? https://www.reddit.com/r/emacs/comments/68r3ns/emacs_regular_expressions_why_nm_does_not_work/ 4 comments emacs
- Visual Support for Working with Regular Expressions http://softvis.wordpress.com/2014/12/22/visual-support-for-working-with-regular-expressions/ 20 comments programming
- Regular expression pattern works on regex101.com but not in php CLI https://regex101.com 7 comments phphelp
- I'm working on a regular expression reuse database. You can search with examples to find regexes that have already been written in other projects https://www.regextools.io 39 comments programming
- Tried to make a script to hide elements based on regular expressions. Doesn't seem to be working, not sure why https://www.chunkbase.com/apps/seed-map#645873621619 8 comments learnjavascript
- Regular expression to hide prices on web pages isn't working on strikethrough text https://chrome.google.com/webstore/detail/regex-replace/eggkcpojddgjkakokkdhocbjebhgkonb/related 3 comments regex
- PowerShell Cheat Sheet - covers key topics such as objects, regular expressions, operators, and tips and best practices for working with https://www.stationx.net/powershell-cheat-sheet/ 6 comments azure
- PowerShell Cheat Sheet - covers key topics such as objects, regular expressions, operators, and tips and best practices for working with https://www.stationx.net/powershell-cheat-sheet/ 2 comments programming
- PowerShell Cheat Sheet - covers key topics such as objects, regular expressions, operators, and tips and best practices for working with https://www.stationx.net/powershell-cheat-sheet/ 8 comments windows
- Rob Pike: "Structural Regular Expressions" -- an idea to use regexes to describe the structure of files instead of working line-by-line. http://doc.cat-v.org/bell_labs/structural_regexps/se.pdf 17 comments programming