Replace ALL letters from text with few command

Hi to all! How can I remove all letters from a text in a few row of code?
For example I got a list on phonenumber that are “55555Paul” or “555556Sarah”… etc… I would like they become 55555 and 555556 for example… the segment with letters has to be removed in a few row of code … I wouldn’t replace single letters with “”… lot of row!!

Thanks, saul

I Highly recommend Regular Expression(aka Regex)

Use this block:

From this extension:

Hello Saul

Another way:

ExtractNumberFromString

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