WithEndWordSeparators(char[]) Method
Adds additional end 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.
Namespace
Statiq.Core
Containing Type
InsertLinks

Syntax

public InsertLinks WithEndWordSeparators(params char[] endWordSeparators)

Parameters

Name Type Description
endWordSeparators char[] Additional word separators that should be considered for the end of a word.

Return Value

Type Description
InsertLinks The current instance.