public static class RegularExpressionAction.RegularExpressionActionResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
end
The 0-based index of the last character matched of the input.
|
int |
groupCount
The number of matches found.
|
java.lang.String[] |
groups
The input sequences matched by the regular expression pattern.
|
boolean |
matched
Indicates whether the regular expression pattern was found in the input
content.
|
java.lang.String |
replaced
The input, with groups matched by the regular expression pattern replaced
by the replaceFirst and replaceAll properties.
|
int |
start
The 0-based location of the first occurrence of the regular expression
matched in the input file or input string.
|
Constructor and Description |
---|
RegularExpressionActionResult() |
public int end
public int groupCount
public java.lang.String[] groups
public boolean matched
public int start
public java.lang.String replaced
© 2000-2025 Flux Corporation. All rights reserved.