You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
based on the changes from #188 it should be relatively easy to implement upper and lower (assuming the strings.ToUpper and strings.ToLower stdlib functions achieve what str.upper and str.lower are expected to do).
Builtin string type doesn't support
join
,upper
andlower
functions/attributes.str.join
str.upper
str.lower
The text was updated successfully, but these errors were encountered: