com.apama.util
Event StringUtil


Collection of utilities for strings.
Since:
CMF 1.1.0
Version:
10.11

Action summary
 stringincrementLastChar(string str)
 stringpadding(string source, string paddingChar, integer afterPaddingLength)
 stringreplace(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
 voidsplit(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
 stringsubstringFrom(string stringToParse, string separator)
 
Action detail

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