AnagramModifierMethod |
NOTE: This method does not anagram the string as primitive or json .
|
AppendModifierMethod |
This a default Modifiers method with Pep sdk which appends the prefix and
suffix to string where event parameter is either a Json Object or string
(primitive type)
|
PasswordModifierMethod |
This a default Modifiers method with Pep sdk which provides password
encryption where event parameter is either a Json Object or string (primitive
type)
|
ReplaceSubStringModifierMethod |
This a default Modifiers method with Pep sdk which appends the prefix and
suffix to string where event parameter is either a Json Object or string
(primitive type)
|
ShortenInitialModifierMethod |
This a default Modifiers method with Pep sdk which shortens the string to it
first letter, set it to upper of lower case (default: upper) and append a
character (default: point) where event parameter is either a Json Object or
string (primitive type)
|
SubStringModifierMethod |
This a default Modifiers method with Pep sdk which appends the prefix and
suffix to string where event parameter is either a Json Object or string
(primitive type)
|