Left Pad and Right Pad String (#2630)

* WIP

* left and right pad strings

* fixed some tests
This commit is contained in:
Darren Schroeder
2020-10-02 14:45:59 -05:00
committed by GitHub
parent b076e375ca
commit 4201f48be5
5 changed files with 367 additions and 3 deletions

View File

@ -147,7 +147,9 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(StrEndsWith),
whole_stream_command(StrCollect),
whole_stream_command(StrLength),
whole_stream_command(StrLPad),
whole_stream_command(StrReverse),
whole_stream_command(StrRPad),
whole_stream_command(StrCamelCase),
whole_stream_command(StrPascalCase),
whole_stream_command(StrKebabCase),