Does anyone have any code examples of string replace?

I have a string of the following format :

ABCDEF123456

I need to get the ABCDEF to 0's (zeros) so it looks like :

000000123456

Any help is appreciated greatly

Bill