February 2019
Intermediate to advanced
626 pages
15h 51m
English
A character class is used to match a single character to a set of possible characters. A character class is denoted using square brackets ([ ]).
For example, a character class may contain each of the vowels:
'get' -match 'g[aeiou]t' 'got' -match 'g[aeiou]'
Within a character class, the special or reserved characters are as follows:
Read now
Unlock full access