I am having issue formatting variables in smarty. I was wondering what is the best way to do it. Basically i have a string \"ABC | DEFGH\" i want smarty to get the substri
When using like Jimby:
{$var|substr:$bar_at+1}
I add parentheses or round bracket to make it work.
{$var|substr:($bar_at+1)}