Is there any way to remove special symbols in smarty?

now we have a problem. There is a $sign in a string. I want to remove the $symbol from smarty, and then take out the following number

.
Php
Mar.30,2021

smarty supports built-in functions and custom functions. Custom function implementation documentation: https://www.smarty.net/docs/z.

of course, if you are worried that the $in the string will lead to a template parsing error, you can use to avoid Smarty parsing to deal with

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a667-2af53.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a667-2af53.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?