MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _clean_name

Method _clean_name

IntelOSINT.py:14969–14970  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

14967 return re.sub(r"\s+", " ", str(v or "").strip().lower())
14968
14969 def _clean_name(v):
14970 return re.sub(r"[^a-z0-9]", "", _norm_text(v).replace("@", ""))
14971
14972 def _username_norm(v):
14973 return _clean_name(v).strip()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected