Skip to main content

Hi,

I have a field has strings and digits, I want to keep only the digits which are falling in different places in the value.

What expression I have to use ?

Thanks for your help !

Hi @alain_chehaitly Try [^0-9] in the StringReplacer.


Reply