Hacker News
- RegExr: Learn, Build and Test Regex https://regexr.com/ 50 comments
- Learn RegEx step by step, from zero to advanced https://regexlearn.com/ 108 comments
- Learn RegEx or test your skills with a slasher-themed learning game https://www.therobinlord.com/projects/slash-escape 3 comments
- Slash Escape: text based RegEx learning game with a slasher theme https://www.therobinlord.com/projects/slash-escape 3 comments
- You Should Learn Regex https://blog.patricktriest.com/you-should-learn-regex/ 47 comments
- Learn Regex the Easy Way https://github.com/zeeshanu/learn-regex 66 comments
- RegExr: Learn, Build, and Test RegEx http://regexr.com/ 31 comments
- Learn Regex The Hard Way http://regex.learncodethehardway.org/book/ 40 comments
- Learn Regex The Hard Way http://regex.learncodethehardway.org/ 62 comments
Lobsters
- You Should Learn Regex https://blog.patricktriest.com/you-should-learn-regex/ 2 comments programming
- I've created a Python module for constructing Regex patterns in a more computer programming-familiar way, so you don't have to re-learn Regex each time you use it! https://github.com/manoss96/pregex 100 comments python
- Swift Regex: Learn, build and test Swift Regex https://swiftregex.com 7 comments swift
- Learning RegEx https://github.com/johnthebrit/RandomStuff/blob/master/RegEx/RegExDemo.ps1 17 comments sysadmin
- Regex Learn - Step by step, from zero to advanced https://regexlearn.com 9 comments linux
- Learn RegEx step by step, from zero to advanced https://regexlearn.com 15 comments sysadmin
- RegexLearn - Learn RegEx step by step, from zero to advanced. https://regexlearn.com/?utm_source=reddit&utm_medium=referral&utm_campaign=regex-learn-release 4 comments regex
- Created a short game to learn regex https://www.reinventingwheel.com/regex-post-intro 11 comments regex
- [C#] Are regular expressions the best tool for my case? Is there any tool or easily digested intro guide to help me learn RegEx? https://www.reddit.com/r/learnprogramming/comments/adw0yv/c_are_regular_expressions_the_best_tool_for_my/ 4 comments learnprogramming
- This tool makes learning Regex a breeze. https://regexr.com/ 48 comments webdev
- How to capture Regex group values in Swift | What did I learn http://whatdidilearn.info/2018/07/29/how-to-capture-regex-group-values-in-swift.html 4 comments swift
- RegExer: Cool site that helps you learn and write Regular Expressions https://regexr.com/ 4 comments webdev
- You Should Learn Regex https://blog.patricktriest.com/you-should-learn-regex/ 109 comments programming
- Best way to learn and improve RegEx skills? https://www.reddit.com/r/learnprogramming/comments/6srcvz/best_way_to_learn_and_improve_regex_skills/ 3 comments learnprogramming
- Learn regex the easy way https://github.com/zeeshanu/learn-regex 6 comments node
- What are the best resources available to learn regex? https://www.reddit.com/r/webdev/comments/6rj0ks/what_are_the_best_resources_available_to_learn/ 23 comments webdev
- Three years ago, at 3am, I sat down and finally learned Regex after thinking it was witchcraft for years. This is the site I used https://qntm.org/files/re/re.html 31 comments webdev
- Tips for actually learning regex? https://www.reddit.com/r/webdev/comments/5kdvgo/tips_for_actually_learning_regex/ 101 comments webdev
- I'm totally struggling with understanding RegEx... Anyone have a tool you can recommend to learn them sort of step by step? http://megalomaniacbore.blogspot.co.uk/2016/10/software-engineering-regex-in-c-1114.html 12 comments linux_programming
- Easy and fast way to learn regex https://regexone.com/lesson/ 11 comments programming
- Learn Regex in 55 minutes http://qntm.org/files/re/re.html 18 comments programming
- Learn regex interactively! http://regexone.com/ 38 comments programming
- Learn ReGex the hard way http://regex.learncodethehardway.org/book/ 18 comments programming
- I finally sat down and learned RegEx lookarounds. Here's a cheat sheet I made. https://www.reddragonwebdesign.com/regex-lookarounds-cheat-sheet/ 48 comments learnprogramming
- Slash Escape is a slasher themed RegEx learning game based purely on form submits, JS RegEx evaluation, and JSON lookups https://www.therobinlord.com/projects/slash-escape 9 comments webdev
- Nice introduction video on regular expressions for anyone curious into learning more about regex. Thought some might appreciate it here:) https://youtu.be/Z0KDrU4Wk2s 14 comments bash
- Ring Around The Regex: Lessons learned from fuzzing regex libraries (Part 1) https://secret.club/2024/06/30/ring-around-the-regex-1.html 5 comments netsec
- Learn about Regex capture groups & look-aheads without falling asleep https://www.reddit.com/r/javascript/comments/94eny2/learn_about_regex_capture_groups_lookaheads/ 4 comments javascript
- I've ported VerbalExpressions (a JS library for building Regexes easily) to Go in order to learn the language. Feedback would be greatly appreciated! https://github.com/maurodec/goverbalexpressions 5 comments golang
- Learn to Parse Cisco Device Configurations using Python RegEx|Network Automation IOS parsing example https://youtube.com/watch?feature=share&v=JVPpGkoOjW8 2 comments linuxadmin
- Regex Crossword – An interesting way to either learn or practice regular expressions, because out-of-the-box validation isn't always an option. http://regexcrossword.com 37 comments webdev