VG
Size: a a a
VG
AP
>>> re.match(r"\\.(c|cc|cpp|cxx)$", fname, re.IGNORECASE) is not None
False
AP
r"
VT
re.match(pattern, string)
Этот метод ищет по заданному шаблону в начале строки.
VT
VT
AP
AP
Regular expressions beginning with '^' can be used with search() to restrict the match at the beginning of the string
VT
AP
VG
VT
VG
AP
AP
VG
VT
VT
VT
VG