Hi Guys,

I have been using   {s.rm,match} to remove occurrences of numbers, however I am aware it removes all occurrences.

Is it possible to make it only remove the first occurrence and not all? 

For example If I am looking to modify 639157407639

I want to remove only the first 63, not both.

So I end up with 9157407639 and not 91574079.

Is it possible with a transformation of is regex  the way ?

thanks

Jon