In regex you can perform lookarounds to check for matches that don’t get consumed. These are zero-length assertions that merely report the match. Here I’ll show you the basics of how to use positive look-aheads and look-beninds.
Regex Lookarounds

In regex you can perform lookarounds to check for matches that don’t get consumed. These are zero-length assertions that merely report the match. Here I’ll show you the basics of how to use positive look-aheads and look-beninds.