re — Regular expression operations — Python 3.14.2 documentation#re.DOTALL
re.DOTALLMake the
'.'special character match any character at all, including a newline; without this flag,'.'will match anything except a newline.Corresponds to the inline flag
(?s).
Printed 2026-06-28.
(echo:: @ ᯤ)