version: 2.1.3







modeEscape

Escape text for different parse modes.

Parameters

text string folder or file path for deleting Yes
mode string your target mode(html,markdown,markdown2) Optional(html)

Method errors

ErrorNamedescription
text parameter not found parameter text not founded , set it like example

Method examples

$this->modeEscape(['text'=>'hello men! *I* Have nothing anymore']);
$this->modeEscape(['text'=>'hello men! *I* Have nothing anymore','mode'=>'markdown2']);

Method alices

There is no alices

Method output :

Boolean