public final class NSMatchingOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Anchored
Limit matches to those at the start of the search range.
|
static long |
ReportCompletion
Call the block once after the completion of any matching.
|
static long |
ReportProgress
Call the block periodically during long-running match operations.
|
static long |
WithoutAnchoringBounds
Prevent ^ and $ from automatically matching the beginning and end of the search range.
|
static long |
WithTransparentBounds
Allow matching to look beyond the bounds of the search range.
|
public static final long ReportProgress
public static final long ReportCompletion
public static final long Anchored
public static final long WithTransparentBounds
public static final long WithoutAnchoringBounds