XenForo
Administrative
- Thread starter
- Admin
- #1
I would like to strip all special characters from $__globals.thread.title variable.
$__globals.thread.title|replace("/[^0-9a-zA-Z \-\_]/", "")
doesn't work.
How can I do this?
ادامه مطلب...
$__globals.thread.title|replace("/[^0-9a-zA-Z \-\_]/", "")
doesn't work.
How can I do this?
ادامه مطلب...