Returns True if the specified Input contains characters from the Character Classes, Special Characters, or Characters listed in CharList.
HasCharacters(Input:String,CharList:String):Boolean
Input is the string value to test.
CharList is a list of characters to test, including optional special values. Special character values are enclosed in brackets and separated by a comma. Valid values: [alpha], [numeric], [whitespace], [punctuation], [uppercase], [lowercase], [comma], [space], [tab], [crlf], [cr], [lf], [openparen], and [closeparen].