Docs

evf_process_underline_syntax( string $text ): string

Process underline syntaxes in a text.

Description

The syntax used for bold text is: text Wrap the text with double underscore characters. To escape an underscore insert a backslash() before the character like "_".

Parameters

$textstringrequired
Text to process.

Return

string Processed text.

Changelog

VersionDescription
1.7.0Introduced.