xsdata.utils.text module

xsdata.utils.text.strip_prefix(string, prefix)[source]
xsdata.utils.text.prefix(string, sep=':')[source]
xsdata.utils.text.suffix(string, sep=':')[source]
xsdata.utils.text.split(string, sep=':')[source]
Return type

Tuple

xsdata.utils.text.collapse_whitespace(string)[source]
xsdata.utils.text.capitalize(string)[source]
Return type

str

xsdata.utils.text.pascal_case(string)[source]
Return type

str

xsdata.utils.text.camel_case(string)[source]
Return type

str

xsdata.utils.text.snake_case(string)[source]
Return type

str