Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ foldcase
Function
foldcase
src/commoncode/text.py:45–49 ·
view source on GitHub ↗
Fold the case of a text to lower case.
(text)
Source
from the content-addressed store, hash-verified
43
44
45
def
foldcase(text):
46
""
"
47
Fold the case of a text to lower case.
48
""
"
49
return
text.lower()
50
51
52
def
nopunc():
Callers
1
python_safe_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected