-
Home
-
API
-
Markdig.Parsers
-
ParserList
-
Methods
-
IndexOfOpeningCharacter(String, Int32, Int32)
IndexOfOpeningCharacter(String, Int32, Int32) Method
Definition
Searches for an opening character from a registered parser in the specified string.
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public int IndexOfOpeningCharacter(string text, int start, int end)
Parameters
Returns
- Int32
- Index position within the string of the first opening character found in the specified text; if not found, returns -1