Regex
Hello,
Anyone know any good websites to learn Regular Expression?
Thanks,
Anyone know any good websites to learn Regular Expression?
Thanks,
Comments
-
lsud00d Member Posts: 1,571I have this hanging up on my cube wall, it helps as a quick reference guide:
Regular Expressions **** Sheet by DaveChild - Cheatography.com -
rob1234 Banned Posts: 151Thanks looks good, I have been working through this book http://www.amazon.co.uk/Introducing-Regular-Expressions-Michael-Fitzgerald/dp/1449392687/ref=sr_1_3?s=books&ie=UTF8&qid=1351181308&sr=1-3 but need a few more examples to work on now.
-
apr911 Member Posts: 380 ■■■■□□□□□□My biggest problem with trying to learn regex is that each programming language has its own implementation and little nuances on how it matches things.
The basic matching of letters/numbers/symbols is fairly easy, especially when you know what you're inputs are and your outputs should be... Its all the various controls, switches and special characters that have always made it so difficult for me to learn regex.Currently Working On: Openstack
2020 Goals: AWS/Azure/GCP Certifications, F5 CSE Cloud, SCRUM, CISSP-ISSMP -
Xcluziv Member Posts: 513 ■■■■□□□□□□Here is a good website I have used in the past Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns