Method |
Description |
|
getHtmlBlockCloseRegex ( integer $type ) : string | null |
|
|
getHtmlBlockOpenRegex ( integer $type ) : string | null |
|
|
getHtmlTagRegex ( ) : string |
|
|
getInstance ( ) : RegexHelper |
|
|
getLinkDestinationBracesRegex ( ) : string |
|
|
getLinkDestinationRegex ( ) : string |
|
|
getLinkTitleRegex ( ) : string |
|
|
getPartialRegex ( integer $const ) : string |
Returns a partial regex |
|
getThematicBreakRegex ( ) : string |
|
|
isLinkPotentiallyUnsafe ( string $url ) : boolean |
|
|
matchAll ( string $pattern, string $subject, integer $offset ) : array | null |
Functional wrapper around preg_match_all |
|
matchAt ( string $regex, string $string, integer $offset ) : integer | null |
Attempt to match a regex in string s at offset offset |
|
unescape ( string $string ) : string |
Replace backslash escapes with literal characters |
|