Hi! Is there a way to use it by parsing a string? Example: $str = "Hello {{ username }} "; So that it returns "Hello John". Greetings.
Hi!
Is there a way to use it by parsing a string?
Example:
$str = "Hello {{ username }} ";
So that it returns "Hello John".
Greetings.