How to get a handle with regular expression (regex) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

3rd Jun 2017, 10:58 AM
Mike L.
Mike L. - avatar
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. :)
3rd Jun 2017, 11:02 AM
Maz
Maz - avatar
+ 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.
3rd Jun 2017, 11:11 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 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.
1st Feb 2018, 3:28 PM
Tamer Helal
Tamer Helal - avatar
+ 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
6th Jun 2017, 6:14 PM
Bjarte Mehus Sunde
Bjarte Mehus Sunde - avatar
+ 1
I recommend downloading Hour of regex.(google playstore) It introduces you to the basics of regex within an hour as the title says.
2nd Sep 2017, 8:32 AM
Haris
Haris - avatar