Table of Contents

Method IsWordChar

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

Returns

bool