Hello all (or hello world
)! This is my first post here even dough i read the forum pretty often for documentation.
I have a jtable and some of the columns contain
string data that consist of numbers (i display phone numbers and I store them as strings). the problem is that I can not find a regular expression that can match these strings.
Regular matches like a digit itself do not work. I have even tried
to see if it matches anything but it still doesn't work. Any ideas?