Regex Academy: An Introduction To Text Parsing Sorcery
Requirements
- Some experience with programming would be helpful.
Description
Are you ready to begin your journey as regex sorcerer? You may be asking what is regex? It is short for regular expressions, a regex is a string that allows you to create patterns that help match, manipulate and manage text.
Regex's can be found in many programming languages, command line utilities and programs such as text editors.
Regex may seem daunting because of the hieroglyphic style syntax chalk filed with seemingly double meaning and nonsense-ory.
But have no fear. This introductory class is here to bring order to chaos. We may not dive completely into the bowls of regex but I am confident that you will leave with a greater understanding and will acquire the tools to continue your studies.
This course is provided completely free. Theres nothing to lose, so what are you waiting for? Don't delay register and begin your journey today!
Who this course is for:
- Anyone who is interested in mastering text manipulation & parsing.
Instructor
I love parsing unstructured *text-heavy* data models with a playful yet masterful display of recursion, and backtracking control. I have been a linux web & database administrator for over 9 years. While learning linux I was introduced to grep and I fell in love with with all things regex <3