Method IsWordChar
IsWordChar(Rune)
Return true if the given symbol should be considered part of a word and can be contained in matches. Base behavior is to use IsLetterOrDigit(char)
public virtual bool IsWordChar(Rune rune)
Parameters
rune
Rune