IsMatch Method
Summary
Checks if the provided string is matched by the LTRegex's pattern.
Syntax
public bool IsMatch(
string input
)
Public Function IsMatch(
ByVal input As String
) As Boolean
public:
bool IsMatch(
String^ input
)
Parameters
Return Value
true if the input string matches the regex pattern; otherwise, false.