Methods

The methods for the ParsingPatterns class.

InsideSingleBacktick

The InsideSingleBacktick() static method returns a pattern for finding the value wrapped in backticks in another string.

InSquareBrackets

The InSquareBrackets() static method returns a standard pattern for finding everything inside square brackets.

NotInsideInlineCode

The NotInsideInlineCode() static method returns whether a string of text is inside any inline code blocks for a given line of Markdown.