Example String comparison functions 001
|
Notes and Hints The comparison functions are case-sensitive. For case-insensitive
comparisons see the StringCiEQ, StringCiNE, etc. functions.If you prefer an integer resulting from the comparison
(0 for equal, -1 for less than, and 1 for greater than), use the compare function.
Returns:
Returns:
Returns:
Returns:
Here are examples of the comparison function at work.
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
compare(#void) | compareEQ(#void) | compareGT(#void) | compareNE(#void) |
compareLT(#void) | compareLE(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
String
Boolean
Analytic Information Server (AIS)AIS Component Systems
|