MCPcopy 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
45def foldcase(text):
46 """
47 Fold the case of a text to lower case.
48 """
49 return text.lower()
50
51
52def nopunc():

Callers 1

python_safe_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected