Skip to content

Kirby 5.0.4

$smartyPants->parse()

Parses the given text

$smartyPants->parse(string|null $text = null): string

Parameters

Name Type Default
$text stringornull null

Return type

string

This method modifies the existing $smartypants object it is applied to and returns it again.

Parent class

Kirby\Text\SmartyPants