Unicode Collation Protocol
Version 1.02 12/12/00 229
Examples patterns (for English):
*.FW Matches all strings that end in .FW or .fw or
.Fw or .fW.
[a-z] Match any letter in the alphabet.
[!@#$%^&*()] Match any one of these symbols.
zMatch the character z or Z.
D?.* Match the character D or d followed by any
character followed by a . followed by any
string.
Status Codes Returned
TRUE Pattern was found in String.
FALSE Pattern was not found in String.