A RegEx or Regular Expression is a sequences of characters that forms a search pattern. RegEx can be used to check if a string contains the specified search pattern.
- RegEx Module - Python has build-in RegEx module
re. We can import it throughimport re. - RegEx Functions
- RegEx Metacharacters
- RegEx Special Sequences
- RegEx Sets