mirror of
https://github.com/processing/processing4.git
synced 2026-03-19 02:48:18 +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