Hacker News new | ask | show | jobs
by o11c 1008 days ago
Correction, `A\<B` is `(A&(\W|^))(\w&B)`, which matters if the A regex can match the empty string.