Delete numbers
-
hello friends in the configuration can you delete the numbers using some function? Note: without using the "replace" function
my capture is like that"soccer", 630.0, 1, "plan":annual, 450, active:true
to
"soccer", "plan":anual, active:true
-
You have to use replace. Tick the "use regex" box and replace
[0-9]
with nothing
-
@Ruri
Thank you very much for your help
-
friend also use the translate function
630.0, 1:
450 :
another query, with regex you can also delete the word: active?"soccer", "plan":anual, :true
-
A normal replace is enough for it, you don't need regex