True on match.
Namespace: Lucene.Net.Search.RegexAssembly: 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