Learn Before
  • re

Relation

Special Characters

Here is a non-exhaustive list of recognized special characters when using regular expressions in python. The documentation contains a more complete list of these characters:

  • .
  • ?
  • {x}
  • {x, y}
  • \
  • []
  • |
  • \d
  • \s
  • \w

0

1

Updated 2021-06-07

Contributors are:

Who are from:

Tags

Python Programming Language

Data Science

Learn After