This is an SPA which allows you to enter text and test regular expressions and make substitutions.
It uses React and no other libraries.
Download and install with npm install.
Test with npm run dev and build with npm run build.
Try the demo at https://sean.brunnock.com/React/RegexEdit/ .