Page 1 of 1

Are Lookahead and Lookbehind Zero-Width Assertions part of the exam topics?

Posted: Mon Jul 15, 2013 5:59 am
by The_Nick
Are Lookahead and Lookbehind Zero-Width Assertions part of the exam topics?

http://www.regular-expressions.info/lookaround.html

It might be a good topic to test these method:
hasTransparentBounds
public boolean hasTransparentBounds()Queries the transparency of region bounds for this matcher.
This method returns true if this matcher uses transparent bounds, false if it uses opaque bounds.

See useTransparentBounds for a description of transparent and opaque bounds.

By default, a matcher uses opaque region boundaries.

Returns:
true iff this matcher is using transparent bounds, false otherwise.
What do you thing about it, too regex specific for a general programmer exam?

The_Nick

Re: Are Lookahead and Lookbehind Zero-Width Assertions part of the exam topics?

Posted: Mon Jul 15, 2013 6:18 am
by admin
No, not required for the exam.