youngcoder
Technical User
Dear forum,
I need to remove commas from numbers and leave commas between words, but I can’t find regular expression that does this. Numbers are always same without whitespace characters, but text can be different (with whitespace characters on both side, on left, on right side of comma, or without white spaces) like:
one,two
tree , four
five, six
seven ,eight
Can please somebody help me with this.
I need to remove commas from numbers and leave commas between words, but I can’t find regular expression that does this. Numbers are always same without whitespace characters, but text can be different (with whitespace characters on both side, on left, on right side of comma, or without white spaces) like:
one,two
tree , four
five, six
seven ,eight
Can please somebody help me with this.