-
public final class ContentMatchOptionsOptions for matching content using regex patterns based on Java Pattern syntax
-
-
Constructor Summary
Constructors Constructor Description ContentMatchOptions(String pattern)
-
Method Summary
Modifier and Type Method Description final StringgetPattern()-
-
Constructor Detail
-
ContentMatchOptions
ContentMatchOptions(String pattern)
- Parameters:
pattern- Java style regex pattern.
-
-
Method Detail
-
getPattern
final String getPattern()
-
-
-
-