| Class | Description |
|---|---|
| CapitalizeFirstFunction |
Capitalizes the first word of a String.
|
| CapitalizeFunction |
Capitalizes all the words in the String
|
| LeftTrimFunction |
Trims all spaces at the beginning of the String.
|
| LowerCaseFunction | |
| RightTrimFunction |
Trims all spaces at the end of the String
|
| StringFunctionDefinitionParser |
Converts a StringFunction definition into a function list.
|
| StringFunctionExecutor |
Takes a StringFunction definition and executes it on a string
|
| TrimFunction | |
| UncapitalizeFirstFunction |
Uncapitalizes the first word of a String.
|
| UpperCaseFunction |
| Exception | Description |
|---|---|
| UnknownStringFunctionException |
Copyright © 2020. All rights reserved.