EmailAutolinkParser
in package
implements
InlineParserInterface
FinalYes
Table of Contents
Interfaces
Constants
- REGEX = '[A-Za-z0-9.\-_+]+@[A-Za-z0-9\-_]+\.[A-Za-z0-9\-_.]+'
Methods
- getMatchDefinition() : InlineParserMatch
- parse() : bool
Constants
REGEX
private
mixed
REGEX
= '[A-Za-z0-9.\-_+]+@[A-Za-z0-9\-_]+\.[A-Za-z0-9\-_.]+'
Methods
getMatchDefinition()
public
getMatchDefinition() : InlineParserMatch
Return values
InlineParserMatchparse()
public
parse(InlineParserContext $inlineContext) : bool
Parameters
- $inlineContext : InlineParserContext