Docs

evf_process_bold_syntax( string $text ): string

Process bold syntaxes in a text.

Description

The syntax used for bold text is: text Just wrap the text with asterisk characters. To escape an asterisk insert a backslash() before the character like "*".

Parameters

$textstringrequired
Text to process.

Return

string Processed text.

Changelog

VersionDescription
1.7.0Introduced.