Returns True if the input text matches the regular expression pattern specified in PatternString.
シンタックス
'宣言
Public Function MatchRegex( _
ByVal As System.String, _
ByVal As ErrorInfo _
) As System.Boolean
public System.bool MatchRegex(
System.string ,
ErrorInfo
)
パラメータ
- text
- The input string to match.
- errorInfo
- Error information filled in case of failure.
参照