Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
Automata
Internal
Utilities
CSharpStringMatcher
C# Class Microsoft.Automata.Internal.Utilities.CSharpStringMatcher
Inheritance:
ICompiledStringMatcher
显示文件
Open project: AutomataDotNet/Automata
Public Methods
Method
Description
IsMatch
(
string
input
) :
bool
Private Methods
Method
Description
CSharpStringMatcher
(
Automaton
automaton
,
CharSetSolver
solver
,
string
classname
,
string
namespacename
,
bool
OptimzeForAsciiInput
) :
System
CompiledStringMatcher
( ) :
MethodInfo
Method Details
IsMatch()
public
method
public
IsMatch
(
string
input
) :
bool
input
string
return
bool