Hacker News new | ask | show | jobs
by benth 4864 days ago
Nice. It looks like beginning and end of string anchors are included by default. Is there any way to turn that off?
2 comments

Why not just put a .* at the start and end of your regexp?

Unless you want to do that match-across-newlines witchcraft.

Not in this release. It's exact matches only for now.