Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPTScan/GPTScan
/ stringClean
Function
stringClean
src/antlr4helper/utils.py:16–17 ·
view source on GitHub ↗
(string:str)
Source
from the content-addressed store, hash-verified
14
15
# parse file
16
def
stringClean(string:str):
17
return
string.replace(
"'"
,
""
).replace(
'"'
,
''
).replace(
' '
,
''
).replace(
'\n'
,
''
)
Callers
1
parseToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected