mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
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