Methods
The following methods are defined in the RegexMatcher class.
| Name | Description |
|---|---|
| AppendReplacement | Perform continuous addition and replacement |
| AppendTail | Performs additional replacement |
| End | Gets the tail index of the matched result |
| Find | Searches the input string for the next matching substring to the regular expression pattern |
| GetInputString | Gets the input string set in the regular expression engine Added since Ver.5.0.1 |
| Group | Gets the substring of the matched result |
| LookingAt | Matches the regular expression pattern from the beginning of the input string |
| Matches | Matches the entire input string with the regular expression pattern |
| ReplaceAll | Replaces everything that matches the regular expression pattern with the specified string |
| ReplaceFirst | Replaces the first part that matches the regular expression pattern with the specified string |
| Reset | Reset the regular expression engine |
| Start | Gets the leading index of the matched result |