I am not able to compile given code
Pattern helloPattern = Pattern.compile("(h|H)(e|E)(l|L){2}(o|O)");
Matcher helloMatcher = helloPattern.matcher(messageCut[0]);
messageCut isn't known.
files listed in my project :
HelloHandler
HelloMessage
muxDemuxSimple
PeerTable
SimpleMessageHandler
I am not able to compile given code
messageCutisn't known.files listed in my project :