I want to create an expression for querystrings, this stuff is hard!

Posted by jkirkerx on Stack Overflow See other posts from Stack Overflow or by jkirkerx
Published on 2010-05-07T20:16:53Z Indexed on 2010/05/07 20:28 UTC
Read the original article Hit count: 133

I want to extract some keywords out of a query string for a search application in asp.net.

I decoded the url string first, so it's plain text

I have this to start with, but I want to add a keyword group

I'd like to trim off the stuff for pure words, but not sure if that's possible

I also have a long list of possible query string value fields that I want to check against ?q= @q= ?qs= &qs=

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about text-extraction