Remove numbers from start of string

I have a sting as below

1765554128674Equipment17

I want to remove only the starting numbers.

Input value : 1765554128674Equipment17
Output should be : Equipment17

The input values keep changing this is just an example.

Can anyone help me with this ?

grafik

1 Like

As an alternate done with string methods:
grafik

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.