Hacker News new | ask | show | jobs
by njs12345 5548 days ago
I think that regex matches any string as well - ^ simply matches the start of a line and all strings have a start.

It might also be more performant because the regex engine doesn't consume the whole string before finding a match..

1 comments

That is exactly right. See "Taxing Rewrites" on http://wiki.nginx.org/Pitfalls