Further reading#

Regular expressions in Python:

Websites for regular expressions checking:

  • regex101

  • for Python - you can specify search, match, findall methods and flags. An example of a regular expression. Unfortunately, sometimes not all expressions are perceived.

  • Another site for Python - does not support methods but works well and has worked out the expressions which didn’t work in previous site. It’s perfect for one-line text. With the multiline, it worth considering that Python will have a different situation.

General guidance on the use of regular expressions:

Assistance in the study of regular expressions: