Keyoti RapidFindReplace WPF API Docs
ITextMatcher Interface
API DocumentationKeyoti.RapidFindReplace.WPF.TextMatchingITextMatcher
Keyoti RapidFindReplace WPF
Interface for text matchers.
Declaration Syntax
C#Visual BasicVisual C++F#
public interface ITextMatcher
Public Interface ITextMatcher
public interface class ITextMatcher
type ITextMatcher =  interface end
Members
All MembersMethodsProperties



IconMemberDescription
CurrentPosition
The position in the text from where the next match will be searched for.

GetEnumerator()()()()
Gets an enumerator

ProcessReplacementSyntax(String, Highlight)
Processes any relevant find syntax (eg. $1 style groupings in regex).

SetText(String)
Sets the text to search.

UnhookHandlers()()()()
Unhooks matcher from associated Query.

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)