Table of Contents

Method IsWordChar

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

IsWordChar(string)

Returns true if text is a character that would continue autocomplete suggesting. Returns false if it is a 'breaking' character (i.e. terminating current word boundary)

bool IsWordChar(string text)

Parameters

text string

Returns

bool