forked from extern/nushell
Port str upcase (#404)
* Port str upcase * Switch to to_uppercase to support more characters than only ASCII
This commit is contained in:
committed by
GitHub
parent
c5297d2b64
commit
bf82417d52
@ -148,6 +148,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrStartsWith,
|
||||
StrReverse,
|
||||
StrSubstring,
|
||||
StrUpcase,
|
||||
StrTrim,
|
||||
Sys,
|
||||
Table,
|
||||
|
Reference in New Issue
Block a user