core.noscript.text
I'm trying to find a way to remove all letters, special characters, except decimal.
E.g.
39gj -> 39
20.19* -> 20.19
$192 -> 192
Thanks for any help
Solved! Go to Solution.
Sneaky work-around:
Thank you!