com.apama.util
Event StringUtil
Collection of utilities for strings.
-
Since:
- CMF 1.1.0
-
Version:
- 10.0
Action Summary |
string |
incrementLastChar(string str)
|
string |
padding(string source, string paddingChar, integer afterPaddingLength)
|
string |
replace(string originalStr, string toReplace, string replaceWith)
-
Deprecated:
-
This action has been deprecated and should not be used, it will be removed in a later version of the CMF. It has been replaced by the "replaceAll" action on the string primitive type
|
void |
split(sequence<string > seq, string stringToParse, string separator)
-
Deprecated:
-
This action has been deprecated and should not be used, it will be removed in a later version of the CMF. It has been replaced by the "split" action on the string primitive type
|
string |
substringFrom(string stringToParse, string separator)
|
incrementLastChar
string incrementLastChar(string str)
-
Parameters:
-
str
padding
string padding(string source, string paddingChar, integer afterPaddingLength)
-
Parameters:
-
source
-
paddingChar
-
afterPaddingLength
replace
string replace(string originalStr, string toReplace, string replaceWith)
-
Deprecated:
-
This action has been deprecated and should not be used, it will be removed in a later version of the CMF. It has been replaced by the "replaceAll" action on the string primitive type
-
Parameters:
-
originalStr
-
toReplace
-
replaceWith
split
void split(sequence<string > seq, string stringToParse, string separator)
-
Deprecated:
-
This action has been deprecated and should not be used, it will be removed in a later version of the CMF. It has been replaced by the "split" action on the string primitive type
-
Parameters:
-
seq
-
stringToParse
-
separator
substringFrom
string substringFrom(string stringToParse, string separator)
-
Parameters:
-
stringToParse
-
separator