Summary
Adds additional start word separator characters when limiting matches to whole words only.
These additional characters are in addition to the default of splitting words at white space.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- AutoLink
Syntax
public AutoLink WithStartWordSeparators(params char[] startWordSeparators)
Parameters
| Name | Type | Description |
|---|---|---|
| startWordSeparators | char[] | Additional word separators that should be considered for the start of a word. |
Return Value
| Type | Description |
|---|---|
| AutoLink | The current instance. |
