strugee/filter-other-days

Port to EREs

strugee opened this issue · 2 comments

We can't use | in BREs portably, which is a no-go. See https://stackoverflow.com/questions/22877457/can-a-b-expression-be-used-in-grep-bre-mode#comment34926946_22877494.

The solution is to port to EREs which will let us use | portably.

Plus, the escaping is a nightmare anyway.

Blocks #14, #12