Answer: Why does nextgroup not match newline without trailing whitespace?
A-li-ef

A-li-ef @_alief_aziz

Joined:
Nov 24, 2018

Answer: Why does nextgroup not match newline without trailing whitespace?

Publish Date: Aug 30 '19
5 0

If a match ends immediately before \n, the nextgroup argument will be ignored unless skipnl is also specified, even if one of the groups in nextgroup would have matched starting with \n.

In the given example, since the first Foo match ends immediately before \n and Foo does…

Comments 0 total

    Add comment