reading-notes

Software Development Reading Notes

View on GitHub

Automation - Regex

credit link:https://www.datacamp.com/tutorial/python-regular-expression-tutorial

Regular Expression

short for Regex, are used to check if a pattern exists in a give string. classical regex use are internet search engines and file system finders.

wild card characters

Repetitions

search(), match() and findall()

Compliation flag

shutil - High-level File Operations

Things I want to know more: