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.

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

Eduction

Example: AllowOverlaps=True
See Also:

AllowMultipleResults

NonGreedyMatch