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
Added by krileon about 11 years ago. Updated about 10 years ago.
Description
Implement str_replace as a new format function as follows.
str_replace( test, 123, test123 )
The above results in 123123.