Interface for text matchers.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public interface ITextMatcher
Public Interface ITextMatcher
public interface class ITextMatcher
type ITextMatcher = interface end
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
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)