30
Regular expressions library
[re]
30.2
Definitions
[re.def]
30.2.4
[defns.regex.matched]
matched
a sequence of zero or more characters is matched by a regular expression when the characters in the sequence correspond to a sequence of characters defined by the pattern
.