Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
def
nopunc():
53
return
re.compile(r
"[\W_]"
, re.MULTILINE | re.UNICODE)
54
55
56
def
nopunctuation(text):
Callers
1
nopunctuation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected