Learn Before
Concept

Aliases for common ranges in regular expression

\d one digit from 0 to 9

\D one character that is not a digit

\w one word character

\W one character that is not a word character

\s one whitespace character

\S one character that is not a whitespace character

0

1

Updated 2021-09-12

Tags

Regular Expression

Data Science