Tokenizer..::..Matches Method (String)

Matcheses the specified pattern.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll)

Syntax


public bool Matches(
	string pattern
)
Public Function Matches ( _
	pattern As String _
) As Boolean
public:
bool^ Matches(
	String^ pattern
)

Parameters

pattern
Type: String
The pattern.

Return Value

true if XXXX, false otherwise.