Is there a better way to remove the perceding 0's in a STL string?

for example 00000343203 = 343203

I have tried std::find but that took out all zeros which isnt what I want. Whats the best code for this?