I'm having issues with the Replacement Characters System... I want to change "MITSU" into "MITSURUGI"... The problem is that the replacement system works with characters, not words. So yes, it will replace MITSU with MITSURUGI, the problem is that it will also replace MITSURUGI with MITSURUGIRUGI.
'mitsu'=>'mitsurugi'
I even tried a workaround by doing the following (which didnt work)...
'mitsurugi'=>'m2itsurugi'
'mitsu'=>'mitsurugi'
'm2itsurugi'=>'mitsurugi'
|