Remove certain numbers from a string

So I need to remove a certain number (the number 0) from a string with, I thought I should split the string up and then look at each number separated at which point I would replace ever 0 with a one but I've got no clue on how to actual put this in code.

Answers

Sign In or Register to comment.