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#
bool Match(
	string s
)
Visual Basic
Function Match ( _
	s As String _
) As Boolean
Visual C++
bool Match(
	String^ s
)

Parameters

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

Return Value

true on match

See Also