Actions
Feature proposal #4375
closedImplement 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.
Actions
Description
Implement str_replace as a new format function as follows.
str_replace( test, 123, test123 )
The above results in 123123.