Render function works great for most of the scenarios.
But sometimes there are requirements where we need to store the output in variable for further processing like Trimming text, getting plain text.
How do we store string in a variable instead of rendering?
Render function works great for most of the scenarios. But sometimes there are requirements where we need to store the output in variable for further processing like Trimming text, getting plain text.
How do we store string in a variable instead of rendering?