index-import icon indicating copy to clipboard operation
index-import copied to clipboard

Be more strict about regex validation

Open kastiglione opened this issue 5 years ago • 0 comments

I recently refactored some -remap expressions, and left a $2 reference that should have changed to $1. This doesn't currently result in an error, instead the invalid reference is silently replaced with an empty string. It would be good to make this an error.

kastiglione avatar Jan 02 '20 19:01 kastiglione