IndexOf(String, Int32, Boolean) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Searches the specified text within this slice.

public readonly int IndexOf(string text, int offset = 0, bool ignoreCase = false)

Parameters

text
String

The text.

offset
Int32

The offset.

ignoreCase
Boolean

true if ignore case

Returns

Int32
true if the text was found; false otherwise