NO.CASE |
|
|
The NO.CASE keyword used in the SEARCH verb specifies that the string comparison is to be performed in a case insensitive manner.
Format
NO.CASE
The SEARCH verb is normally case sensitive in its comparison of the given search strings. The NO.CASE option performs a case insensitive comparison.
The NO.CASE keyword can also be used as a qualifier with relational operators in the selection clause. In this context, the QUERY.NO.CASE mode of the OPTION command can be used to imply case insensitivity.
See also: |