Click or drag to resize

StringMatch Fields

The StringMatch type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCONTAINS
An instance of StringMatch representing the following condition: string1.indexOf(string2) != -1.
Public fieldStatic memberENDS_WITH
An instance of StringMatch representing the following condition: string1 ends with characters contained in string2.
Public fieldStatic memberEQUALS
An instance of StringMatch representing the following condition: string1 == string2.
Public fieldStatic memberNOT_EQUALS
An instance of StringMatch representing the following condition: string1 != string2.
Public fieldStatic memberSTARTS_WITH
An instance of StringMatch representing the following condition: string1 starts with characters contained in string2.
Top
See Also