Package | Description |
---|---|
org.milyn.flatfile | |
org.milyn.function |
Class and Description |
---|
StringFunctionExecutor
Takes a StringFunction definition and executes it on a string
|
Class and 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
|
StringFunctionExecutor
Takes a StringFunction definition and executes it on a string
|
TrimFunction |
UncapitalizeFirstFunction
Uncapitalizes the first word of a String.
|
UpperCaseFunction |
Copyright © 2020. All rights reserved.