Table of Contents

Method IsWordChar

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

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

text string

The text.

Returns

bool