<iSTRNICMP> Tag
<iSTRNICMP | SRC="source string" | ( ) |
DST="destination string" | ( ) | |
NUM="number of characters" | (1) | |
> |
This is a case-insensitive string compare tag. It compares the string in SRC="" with the string in DST="". If they match, the tag resolves to TRUE; else it resolves to FALSE. Same as STRCMP except does a comparison for the specified number of characters. | |
Resolution | Resolves to true or false |