Question

HOW TO TRIM ALL STRINGS AND KEEP ONLY THE DIGITS FROM ATTRIBUTE

  • 17 September 2018
  • 1 reply
  • 71 views

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 !


1 reply

Userlevel 4
Badge +13

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

Reply