Positive lookahead

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.220.237.24