String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)
String intrinsic functions
Ancestors - None
Details
Container for all common string intrinsic functions
Methods
Name | Description |
|---|---|
Return the string as a Fixed length DBCS string Result, TargetLength | |
Return the string as a DBCS string Result | |
Return the variable as a single byte character string Result | |
Concatenate strings with a blank between each Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 | |
Return the byte type at a specific position in the string Result, Index | |
Center the string within the variable Result, Length, Pad, LengthType | |
Centre the string within the variable Result, Length, Pad, LengthType | |
Return the character type at a specific position in the string Result, Position | |
Compare two strings Result, To, CompareKind, IgnoreCase | |
Concatenate strings ignoring trailing spaces Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 | |
Test to see is a string is contained in the variable Result, String, StartPosition | |
Test to see if the strings contains only the specified characters Result, String | |
The number of characters in the string Result | |
Length of the string in EBCDIC Result | |
Length of the variable content in bytes Result | |
Decrypt the string using the TEA algorithm Result, Key | |
Delete part of a string Result, StartPosition, Length | |
Encrypt the string using the TEA algorithm Result, Key | |
Insert a string in a string Result, String, At, Pad | |
Test if the string is DBCS Result | |
Does the string match the regular expression Result, Pattern | |
Test if the string contains SBCS and DBCS characters Result | |
Test if the variable is not SQLNull Result | |
Test if the string is DBCS Result | |
Test if the variable is SQLNull Result | |
Test whether the string contains a valid email address Result | |
Test whether the string contains a valid password Result, Strength | |
Find the last position of the subject in a string Result, String | |
Find the last position of the value in this variable Result, String | |
Get the left most characters from the string Result, Characters, Pad | |
Trim characters from the left of the string Result, OfText | |
Convert a string to lower case Result | |
Find the number times the string occurs in a variable Result, String, StartPosition | |
Find the number times the variable occurs in the string Result, String, StartPosition | |
Find the position of this variable in a string Result, String, StartPosition | |
Find the position of a string in this variable Result, String, StartPosition | |
Remove the specified string from the source Result, Object | |
Remove all occurrences of the specified string from the source Result, Object | |
Remove all occurrences of the specified characters from the source Result, Object | |
Repeat a string a number of times Result, Times | |
Replace the specified string Result, Object, Replacement | |
Replace all occurrences of the specified string in the source Result, Object, Replacement | |
Replace a portion of a string with a new value Result, StartPosition, Length, With, Pad | |
Reverse a string Result | |
Right adjust the string Result, Length, Pad | |
Get the right most characters from the string Result, Characters, Pad | |
Trim characters from the right of the string Result, OfText | |
Embed strings at specific substitution points (&1 &2 etc) Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 | |
Return part of a string Result, StartPosition, Length, Pad | |
Translate the specified characters Result, From, To | |
Trim characters from either end of the string Result, OfText | |
Concatenate with blanks trimming trailing blanks Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 | |
Concatenate trimming trailing blanks Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 | |
Embed strings at specific substitution points (&1 &2 etc) trimming trailing blanks Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 | |
Convert to upper case Result | |
Convert an encoded URL to text Result | |
Convert a URL to encoded text Result |