[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents a method for searching the specified input string for all occurrences of a specified regular expression, using the specified matching options Tab=Strings [Property] Expression=The regular expression pattern to match. ARG(string)|2| [Methods] doMatches=Searches the input string for the first occurrence of the specified regular expression, using the specified matching options. ARG(string Data, string Expression, RegexOptions Options)|1|0 onMatches=Occurs after succesfully execute a operation. ARG(MatchCollection)|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 Matches=Returns the collection of the Match objects found by the search. ARG(MatchCollection)|3|0 *Count=Returns the number of matches. ARG(int)|3|1 *IsReadOnly=Returns a value that indicates whether the collection is read only. ARG(bool)|3|104 *IsSynchronized=Returns a value indicating whether access to the collection is synchronized (thread-safe). ARG(bool)|3|104 *SyncRoot=Returns an object that can be used to synchronize access to the collection. ARG(Object)|3|0 Data=Defines the string to be tested for a match. ARG(string)|4|2 Expression=Defines the regular expression pattern to match. ARG(string)|4|2 Options=Defines a bitwise combination of the enumeration values that modify the regular expression. ARG(RegexOptions)|4|0