reading-notes

Automation

Regular Expressions

Functions

Special Characters

Source:https://www.w3schools.com/python/python_regex.asp#split
Source: https://www.guru99.com/python-regular-expressions-complete-tutorial.html

shutil

The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal.

Source: https://docs.python.org/3/library/shutil.html
Source: https://www.askpython.com/python-modules/shutil-module