Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
Description of the Change
The regex regex just keeps getting regexier. Who doesn't like a negative lookahead in a lookahead?
Now a begin/end match in an attempt to avoid some very ugly lookbehinds that may not even be possible.
Requirements
Description of the Change
The regex regex just keeps getting regexier. Who doesn't like a negative lookahead in a lookahead? Now a begin/end match in an attempt to avoid some very ugly lookbehinds that may not even be possible.
Alternate Designs
Attempt to use lookbehinds.
Benefits
Maybe this will be the last regex fix.
Possible Drawbacks
Maybe this won't be the last regex fix.
Applicable Issues
Fixes #127
/cc @Alhadis