+ 10
How to get a handle with regular expression (regex)
Learning about regular expression is a little like learning Egyptian from looking a hieroglyphics. However, I found two (2) sources that can help with that. The first is a cheat sheet with (I assume) all the symbols and their meaning. Go to: https://goo.gl/zIy6Qu for the PDF file. Next is a regex decoder. Go to: https://regexper.com/ and enter your expression for an explanation of the pattern. A really excellent source when your pattern doesn't seem to be working.
5 Answers
+ 17
ăLearning about regular expression is a little like learning Egyptian from looking a hieroglyphics.ă
Best quote ever, thank you for these sources. :)
+ 12
When I was practicing regex, I found this site really helpful and full of examples:
https://regexone.com
I don't know if it's relevant...
Thank you for your suggestions.
+ 2
wow! This is really helpful. Thanks for sharing. I really started to hate regular expressions lol, and by the way I'm Egyptian. I can help you with the Egyptian language lol.
+ 1
This site is awesome for learning and testing regex.
http://regexr.com
Also check out my quiz đ
https://code.sololearn.com/c70AOZqwgRg2/?ref=app
+ 1
I recommend downloading Hour of regex.(google playstore)
It introduces you to the basics of regex within an hour as the title says.