that's right
string replace would be the way
I just want to test it (in my spare time)
for all all scenarios
BTW will a string replace hinder performance or speed ?
that's right
string replace would be the way
I just want to test it (in my spare time)
for all all scenarios
BTW will a string replace hinder performance or speed ?
Obviously it's one more PHP function that has to be executed, but I think it is a relatively lightweight one and shouldn't be measurable in processing time without something like a thousand-rep loop.