- Python Automation Cookbook
- Jaime Buelta
- 59字
- 2021-08-13 15:51:02
Going deeper into regular expressions
In this recipe, we'll see more about how to deal with regular expressions. After introducing the basics, we will dig a little deeper into pattern elements, introduce groups as a better way to retrieve and parse strings, see how to search for multiple occurrences of the same string, and deal with longer texts.