I\'ve been struggling with my first regex. During the compile, Pattern and Matcher kept getting cannot find symbol errors.
Pattern
Matcher
cannot find symbol
I j
No, package imports only get the direct classes in that package (java.* will not import everything, only ones such as Java.SomeClass, not java.util.SomeClass)