MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / nopunc

Function nopunc

src/commoncode/text.py:52–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def nopunc():
53 return re.compile(r"[\W_]", re.MULTILINE | re.UNICODE)
54
55
56def nopunctuation(text):

Callers 1

nopunctuationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected