There was an error while loading. Please reload this page.
Builtin string type doesn't support join, upper and lower functions/attributes.
# fails with missing attribute ",".join(list) "hello world".upper() "HELLo".lower()
Builtin string type doesn't support join, upper and lower functions/attributes.