Method IsWordChar
IsWordChar(string)
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(string text)
Parameters
textstringThe text.