Skip to content

Not compiling :( #9

@Arpafaucon

Description

@Arpafaucon

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

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions