Hi Folks,
I have been searching to find a reglular expression that deals with decimal points, they are not mentioned on the Sun Tutorials for Regular Expressions. Basically im trying to verify that a string taken in from a screen matches the format of (15).99. This is not for my homework assignment:-) If anyone even knows of a good tutorial that covers this, that would be great as im kinda new to Java development.
Thanks
Man In A Can