mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-30 02:05:44 -04:00
* Allow regex parentheses While waiting for a new better search parser, auto-escape parentheses in regex expressions to allow them like in `/^(ab|cd)/` * Allow escaped parenthesis in regex * A couple more tests