what's wrong with this reg. ex.
Hey,I'm trying to match the "word" :) in a string.I use the following code: String.matches(".*:\\).*");But I get a PatternSyntaxException, so somethings not right with that code. But I can't find the error.Can someone help me?
[263 byte] By [
Jochema] at [2007-10-1 2:21:12]

yeah I know, otherwise i shouldn't get an Exception, because it can't compile (matches is not a static method)but the code:String blaat;blaat.matches(".*:\\).*") doesn't work for me :(