Forces the string search to only consider whole words (it will not add a link in the middle of a word).
By default whole words are determined by testing for white space.
- Namespace
- Statiq
.Core - Containing Type
- InsertLinks
Syntax
public InsertLinks WithMatchOnlyWholeWord(bool matchOnlyWholeWord = true)
Parameters
Name | Type | Description |
---|---|---|
matchOnlyWholeWord | bool | If set to true the module will only insert links at word boundaries. |
Return Value
Type | Description |
---|---|
InsertLinks | The current instance. |