Port str upcase (#404)

* Port str upcase

* Switch to to_uppercase to support more characters than only ASCII
This commit is contained in:
onthebridgetonowhere
2021-12-03 03:00:32 +01:00
committed by GitHub
parent c5297d2b64
commit bf82417d52
3 changed files with 112 additions and 0 deletions

View File

@ -148,6 +148,7 @@ pub fn create_default_context() -> EngineState {
StrStartsWith,
StrReverse,
StrSubstring,
StrUpcase,
StrTrim,
Sys,
Table,