Table of Contents

Method Create

Namespace
Terminal.Gui.Editor.Document.Search
Assembly
Terminal.Gui.Editor.dll

Create(string, bool, bool, SearchMode)

public static ISearchStrategy Create(string searchPattern, bool ignoreCase, bool matchWholeWords, SearchMode mode)

Parameters

searchPattern string
ignoreCase bool
matchWholeWords bool
mode SearchMode

Returns

ISearchStrategy