I coded a regex (domain) search engine recently, and it looks like this:
http://namegrep.com/#hacker%28news%29%3F%7C.combinator
/end shameless plug/
What DuckDuckGo is doing seems just like basic regex evaluation.
31–36 of 36 posts
I coded a regex (domain) search engine recently, and it looks like this:
http://namegrep.com/#hacker%28news%29%3F%7C.combinator
/end shameless plug/
What DuckDuckGo is doing seems just like basic regex evaluation.
Earlier quoted context omitted.
Thank you. Can you explain what "?x:" does? Searching for regular expressions syntax (another thing this doesn't do) is quite tricky.
http://regex101.com/ tells me: >"x modifier: extended. Spaces and text after a # in the pattern are ignored" // The other explainers I had to hand failed and/or called it an error.
Awwww. I hoped for a moment it was literally searching the web with a regex. Unfortunately no, although it may be a handy regex cheat sheet. Wake me when someone does this properly . It's only been done on a small scale or with very limited precomputed expressions, to my knowledge. Not many people would need it, but for those people it'd be insanely useful. But it's also insanely computationally hard - which means it…
I'm sure there's something positive in here if you look hard enough.
Awwww. I hoped for a moment it was literally searching the web with a regex. Unfortunately no, although it may be a handy regex cheat sheet. Wake me when someone does this properly . It's only been done on a small scale or with very limited precomputed expressions, to my knowledge. Not many people would need it, but for those people it'd be insanely useful. But it's also insanely computationally hard - which means it…
http://www.michaelnielsen.org/ddi/how-to-crawl-a-quarter-bil...