Solar_Markdown_Extra::isHtmlToken()

public bool Solar_Markdown_Extra::isHtmlToken ( string $text )

Is a piece of text a delimited HTML token?

Inherited from Solar_Markdown.

Parameters

  • (string) $text: The text to check.

Returns

  • (bool) True if a token, false if not.

Description

Is a piece of text a delimited HTML token?



Local