AllowOverlaps

A Boolean value that specifies whether to return more than one match, when Eduction finds overlapping matches that start at different characters (offsets). To return overlapping matches set this parameter to True.

NOTE: To specify whether to return overlapping matches that have the same offset, use the configuration parameter AllowMultipleResults.

NOTE: You can override the value of this parameter for specific actions by setting the AllowOverlaps action parameter.

Type: Boolean
Default: False
Required: No
Configuration Section:

Eduction

Example: AllowOverlaps=True
See Also:

AllowMultipleResults

NonGreedyMatch