replace only the last 3 characters inside a string
Roger25Oct 18 2011 — edited Oct 18 2011Hi all,
I have the string "abcdef_01". How can i replace the last 3 characters with '000'? for example in that string, '_01' should be replaced with '000'. Is any way to do this, without concatenating the original string with the last 3 characters replaced with '000'?
Thanks
Edited by: Roger22 on 18.10.2011 09:29