I'm using the scanner method to do work on a string and need to filter out junk
here's the sample string
5/31/1948@14:57
I need to strip out the / @ :
Theres this doc: http://download.oracle.com/javase/1.5.0/docs/api/java/util/regex/Pattern.html
But it's really confusing.