Click or drag to resize

RangeExpressionMatch(String, Boolean) Method

Matches the specified string against the pattern.

Namespace: Ookii.Jumbo.Topology
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Match(
	string value,
	bool matchCase
)

Parameters

value  String
The string to match.
matchCase  Boolean
to perform a case-sensitive comparison; to perform a case-insensitive comparison.

Return Value

Boolean
if value matches the pattern; otherwise, .
See Also