Primary
re.Match ⚬|Documentation|1st|20260124205314-00-⌔
re — Regular expression operations — Python 3.14.2 documentation#re.Match
class
re.MatchMatch object returned by successful
matches andsearches.Matches are generic over the type of string which was matched (
strorbytes).Changed in version 3.9:
re.Matchsupports[]to indicate a Unicode (str) or bytes match. See Generic Alias Type.Printed 2026-06-28.
Link to original
Secondary
• • •