TangibleCharacters
A list of punctuation characters to treat as part of the word, rather than as word boundaries. By default, Eduction treats almost all punctuation characters as word boundaries.
NOTE: You cannot specify spaces, returns, and tabs as TangibleCharacters
.
This parameter has no effect when MatchWholeWord is set to False
.
NOTE: You can override the value of this parameter for specific actions by setting the TangibleCharacters action parameter.
For more information on using TangibleCharacters
to specify punctuation characters to match, or to match punctuation at the start of a match,
Type: | String |
Default: | None |
Required: | No |
Configuration Section: |
Eduction |
Example: | TangibleCharacters=-/\@
|
See Also: | MatchWholeWord
TokenWithPunctuation |