![]()
|
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(String) | compareEQ(String) | compareGT(String) | compareNE(String) |
compareLT(String) | compareLE(String) |
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
![]()
|
How do I contact the AIS Server team?You can always talk with the AIS at aiserver.sourceforge.net. |