Match(String, Int32, Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Matches the specified text.

public readonly bool Match(string text, int end, int offset)

Parameters

text
String

The text.

end
Int32

The end.

offset
Int32

The offset.

Returns

Boolean
true if the text matches; false otherwise