Port str reverse (#337)

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
onthebridgetonowhere
2021-11-15 02:43:40 +01:00
committed by GitHub
parent be827e5628
commit 50cbd16ec7
3 changed files with 109 additions and 0 deletions

View File

@ -115,6 +115,7 @@ pub fn create_default_context() -> EngineState {
StrSnakeCase,
StrLpad,
StrRpad,
StrReverse,
Sys,
Table,
To,