forked from extern/nushell
Port str lpad and str rpad (#334)
* Port str lpad and str rpad * Remove useless comment Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
committed by
GitHub
parent
0f107b2830
commit
f1b2ab0b27
@ -113,6 +113,8 @@ pub fn create_default_context() -> EngineState {
|
||||
StrPascalCase,
|
||||
StrScreamingSnakeCase,
|
||||
StrSnakeCase,
|
||||
StrLpad,
|
||||
StrRpad,
|
||||
Sys,
|
||||
Table,
|
||||
To,
|
||||
|
Reference in New Issue
Block a user