Answer the question
In order to leave comments, you need to log in
I know I'm an idiot. But why is the regular expression hitting me with False?
Pattern pattern = Pattern.
compile("a");
Matcher a = pattern.matcher("HelsssaoWorld");
System.out.println(a.matches());
Answer the question
In order to leave comments, you need to log in
You just don't know how to use regular expressions. ... and googling
www.ocpsoft.org/opensource/guide-to-regular-expres...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question