match class
Description
Represents a substring matching regular expressions.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.Regex.dll.
The dll file is in the dlls directory in the Cooker's distribution archive.
This class has been added in Rtype.Regex.dll Ver 1.0.0.1.
DLL
Rtype.Regex.dll
fitter
Signature | Description |
match() | Get a new instance of match class. |
getter
Signature | Description |
Fitted | Gets a value that indicates whether an instance was already initialized. |
GroupCount | Gets a number of groups. |
Index | Gets a position of the substring in the original string. |
Length | Gets a length of the substring. |
Success | Gets a value indicating whether a matching substring was found. |
TypeName | Gets a type name. |
Value | Gets a matching substring. |
setter
This class does not have a setter.
method
Signature | Description |
Group(int) | Gets a substring that matches the regular expression group selected by the index. |
Group(string) | Gets a substring that matches the regular expression group selected by the name. |
Groups() | Get a list of all substrings that match the regular expression group. |
Downloads for latest version.
Downloads the regex and match class ver 1.0.0.1 for Any CPU.
Downloads the regex and match class ver 1.0.0.1 for x86.
Downloads the regex and match class ver 1.0.0.1 for x64.
Downloads the source of regex and match class ver 1.0.0.1.
The above .dll and source files are distributed as a self-extracting archive of 7z format.