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.
On Linux, Web Development, Joomla and Magento commerce
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.