📚 Additional materials on topics covered in the course:
Python For Loops
https://www.w3schools.com/python/python_for_loops.asp
Regular expression operations
https://docs.python.org/2/library/re.html
Regular Expressions Quick Start
https://www.regular-expressions.info/quickstart.html
🔎 Topics covered in this course:
• What is regular expression?
• How do you match in regex?
• Online RegEx tester and debugger.
• Use Findall in Python?
• Using Regex for Text Manipulation in Python.