Regex unicode categories p{L} combined with a Python formatted string
I would like to write a regular expression in Python that is a formatted string and includes a unicode category.
I would like to write a regular expression in Python that is a formatted string and includes a unicode category.