Hi,
This is an extract of the
Test Objective for 3.API Content
"Write code that uses standard J2SE APIs in the java.util and java.util.regex packages to format or parse strings or streams. For strings, write code that uses the
Pattern and Matcher classes and the String.split method. Recognize and use regular expression patterns for matching (limited to: . (dot), * (star), + (plus), ?, \d, \s, \w, [], ()). The use of *, +, and ? will be limited to greedy quantifiers,
and the parenthesis operator will only be used as a grouping mechanism, not for capturing content during matching"
I am not sure exactly what the bold bit means. Is it possible for someone to clarify it, maybe even with examples.
Thanks
Katrin