July 2017
Intermediate to advanced
158 pages
3h 41m
English
A positive lookahead assertion asserts true if the pattern inside the lookahead is matched.
The following is its syntax:
(?=...)
For example, \d+(?=##) asserts that there must be a string, ##, immediately after matching one or more digits.
Read now
Unlock full access