Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)
Compatible Unicode intrinsic functions
Ancestors - None
Details
Container for all compatible unicode intrinsic functions.
Methods
Name |
Description |
Return a string as a Boolean Result, FalseCaption, TrueCaption |
|
Return the UTF16 code table value for the character Result |
|
Return a string as a date Result, Format |
|
Return a string as a datetime Result, Format |
|
Return the string as a Fixed length DBCS string Result, TargetLength |
|
Return the string as a DBCS string Result |
|
Return the string as a duration Result |
|
Return the string as a float Result |
|
Returns the variable in Gregorian day format Result |
|
Returns the variable in Gregorian month format Result |
|
Returns the variable in Gregorian month day format Result |
|
Returns the variable in Gregorian year format Result |
|
Returns the variable in Gregorian year month format Result |
|
Return the variable as an integer Result |
|
Convert the UTF String to native Result |
|
Return the variable as a number Result |
|
Return the variable as a single byte character string Result |
|
Convert a Unicode string to a database specific string Result, DataBaseType |
|
AsTime method Result, Format |
|
Return the variable as a value if SQLNull Result, Default |
|
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 |
|
Centre the string within the variable Result, Length, Pad |
|
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 a Boolean Result, FalseCaption, TrueCaption |
|
Test if the variable is a date Result, Format |
|
Test if the variable is a datetime Result, Format |
|
Test if the string is DBCS Result |
|
Test whether the string is a valid duration Result |
|
Test whether the string is a valid float Result |
|
Test if the variable is a Gregorian day Result |
|
Test if the variable is a Gregorian month Result |
|
Test if the variable is a Gregorian month day Result |
|
Test if the variable is a Gregorian year Result |
|
Test if the variable is a Gregorian year month 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 variable is a LANSA null Result |
|
Test if the variable is a number Result |
|
Test if the string is DBCS Result |
|
Test if the variable is SQLNull Result |
|
Test if the variable is a valid time Result, Format |
|
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 |
|
Returns the largest string Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 |
|
Returns the smallest string Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 |
|
Find the number times the string occurs in a variable Result, String, StartPosition |
|
OccurrencesOf method 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 |