True on match.

Namespace: Lucene.Net.Search.Regex
Assembly: Contrib.Regex (in Contrib.Regex.dll) Version: 2.9.4.0 (2.9.4)

Syntax

C#
public bool Match(
	string s
)
Visual Basic
Public Function Match ( _
	s As String _
) As Boolean
Visual C++
public:
virtual bool Match(
	String^ s
) sealed

Parameters

s
Type: System..::..String
text to match

Return Value

true on match

Implements

IRegexCapabilities..::..Match(String)

See Also