class
League
/
CommonMark
/
Parser
/
Inline
/
InlineParserMatch
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
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