SBM ModScript Reference → Programming SBM ModScript → Object Types → Regex → Regex MatchesAgain() Method
Once Matches() has been called, use MatchesAgain to find the next match.
Parameter | Type | Description |
---|---|---|
start |
int& |
(Output) If a match was found, the zero-based index of the beginning of the matched-text. |
end |
int& |
(Output) If a match was found, the zero-based index of the end of the matched-text. |
Type | Description |
---|---|
bool |
Returns true if the compiled regular expression matches the value passed in. |
SBM ModScript version: 11.3.
See the example in Regex Matches() Method.
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.