MatchLowercase(String, Int32, Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Matches the specified text using lowercase comparison.

public readonly bool MatchLowercase(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