"back": "re.search(pattern, text) — find FIRST match anywhere\nre.findall(pattern, text) — find ALL matches, return list\nre.sub(pattern, repl, text) — replace ...