A regex expression for stripping ?key=value data
8 October 2007
No Comment
A regex expression for stripping ?key=value data off (django) URL’s
http://[^\?]*/
Thanks to this regex site. Of course, it’s not well tested but it did what I needed it to.
Powered by ScribeFire.









Leave your response!