class League / CommonMark / Parser / Inline / InlineParserMatch
final

InlineParserMatch

Properties

private

$regex

Default: null
private

$caseSensitive

Default: null

Methods

private

__construct ( string $regex , bool $caseSensitive ) : void

public

caseSensitive ( ) : void

public

getRegex ( ) : void

public static

string ( string $str ) : void

Match the given string (case-insensitive)

public static

oneOf ( string $str ) : void

Match any of the given strings (case-insensitive)

public static

regex ( string $regex ) : void

Match a partial regular expression without starting/ending delimiters, anchors, or flags

public static

join ( $definitions ) : void