After
After transformation function returns string after value
Before
Before transformation function returns string before value
Delete
Delete transformation function deletes part of a string
Delete Characters
Delete Characters transformation function Deletes specified characters from the string
Delete Leading Characters
Delete Leading Characters transformation function Deletes specified leading characters from the string
Delete Spaces
Delete Spaces transformation function makes sure that there is only one space between words
Delete Trailing Characters
Delete Trailing Characters transformation function Deletes specified trailing characters from the string
Ensure No Prefix
Ensure No Prefix transformation check string for prefix and if it is present removes it
Ensure No Suffix
Ensure Suffix transformation check string for suffix and if it is present removes it
Ensure Prefix
Ensure Prefix transformation check string for prefix and if it is missing adds it
Ensure Suffix
Ensure Suffix transformation check string for suffix and if it is missing adds it
Escape String
Escape String transformation function replaces special characters such as TAB, CR, LF,NULL,BEL,BS,ESC,HT,FF,VT with there C-Style escape equivalents
First Up
First Up transformation function converts first character of all words within a string to Upper Case and the rest to the lower case
If Alpha
If Alpha transformation function checks if the data contains only Alpha characters
If Alpha Numeric
If Alpha Numeric transformation function checks if the data contains only Alpha Numeric characters