Actions
Feature proposal #4375
closedImplement str_replace format function
Feature proposal #4375:
Implement str_replace format function
Description
Implement str_replace as a new format function as follows.
str_replace( test, 123, test123 )
The above results in 123123.
Updated by krileon about 11 years ago
- Status changed from Resolved to Closed
Actions