MatchLowercase(String, Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Matches the specified text using lowercase comparison.

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

Parameters

text
String

The text.

offset
Int32

The offset.

Returns

Boolean
true if the text matches; false otherwise