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:
onthebridgetonowhere
2021-11-14 20:36:24 +01:00
committed by GitHub
parent 0f107b2830
commit f1b2ab0b27
4 changed files with 366 additions and 0 deletions

View File

@ -113,6 +113,8 @@ pub fn create_default_context() -> EngineState {
StrPascalCase,
StrScreamingSnakeCase,
StrSnakeCase,
StrLpad,
StrRpad,
Sys,
Table,
To,