MatchingRelations.SimpleStringMatch Class
This class implements a very simple match on strings. An expression may contain one "*" at the most. The "*" is used as a wildcard for any sequence of characters.

Access: Public
Base Classes: Object
Implemented interfaces: IMatchable
  Members Description  
    expression the expression to match

 
    SimpleStringMatch Constructor receives the expression to match

 
    matches if the object is a string, check if the stored expression matches

 
    checkWildCards checks if there are any wildcards match