Match(String, Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Matches the specified text.

public readonly bool Match(string text, int offset = 0)

Parameters

text
String

The text.

offset
Int32

The offset.

Returns

Boolean
true if the text matches; false otherwise