I need a regexp to remove all all type of empty characters from a string and just leave numbers
so for example:
myString = " 1 ";
to return “1”
I need a regexp to remove all all type of empty characters from a string and just leave numbers
so for example:
myString = " 1 ";
to return “1”
:: Copyright KIRUPA 2026 //--
``` ```