Port str substring command (#388)

* Port str substring command

* Fix issue signaled by cargo fmt
This commit is contained in:
onthebridgetonowhere
2021-12-01 07:42:57 +01:00
committed by GitHub
parent 3916ac4165
commit b8f1fea7fe
3 changed files with 353 additions and 0 deletions

View File

@ -147,6 +147,7 @@ pub fn create_default_context() -> EngineState {
StrRpad,
StrStartsWith,
StrReverse,
StrSubstring,
Sys,
Table,
To,