Regex("[regex]")
r"[regex]"
match(needle, haystack)
matchall(needle, haystack)
eachmatch(needle, haystack)
ismatch(needle, haystack)
ParameterDetailsneedlethe Regex to look for in the haystackhaystackthe text in which to look for the needle