MCPcopy 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
16def stringClean(string:str):
17 return string.replace("'","").replace('"','').replace(' ','').replace('\n','')

Callers 1

parseTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected