21. Python: Regular Expression (RegEx)

7 months ago
96

A RegEx, or Regular Expression, is a sequence of characters that forms a search pattern.
RegEx can be used to check if a string contains the specified search pattern.

Loading 2 comments...