df["clean_phone"] = df["phone"].str.replace(r"\\D+", "", regex=True) df["note"] = df["note"].str.replace(r"\\s+", " ", regex=True).str.strip ...
"back": "re.search(pattern, text) — find FIRST match anywhere\nre.findall(pattern, text) — find ALL matches, return list\nre.sub(pattern, repl, text) — replace ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する