Regex
Articles
- Replace Strings in Python: replace(), translate(), and Regex
- Split a String in Python (Delimiter, Line Breaks, Regex)
- Search for a String in Python (Check If a Substring Is Included/Get a Substring Position)
- String Comparison in Python (Exact/Partial Match, etc.)
- Extract a Substring from a String in Python (Position, Regex)
- Remove a Substring from a String in Python
- Count Characters or Substrings in a String in Python
- Regular Expressions in Python: the re Module
- How to Use Regex Match Objects in Python