Click or drag to resize

RangeExpressionMatch Method (String, Boolean)

Matches the specified string against the pattern.

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

Parameters

value
Type: SystemString
The string to match.
matchCase
Type: SystemBoolean
to perform a case-sensitive comparison; to perform a case-insensitive comparison.

Return Value

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