mirror of
https://github.com/processing/processing4.git
synced 2026-05-24 00:54:21 +02:00
ab4eb7353f
Replace non-capturing groups by positive lookahead and lookbehind, because they don't consume the source String and allow for first and last group to overlap when two constructors are directly nested. Fixes #4652