@Rarst basically I need the regex to disregard any trailing query args. And yah.. of course i do. :D
12:05pm Jul 19th 2013 view on twitter
Comments are closed.
@Jtsternberg strip query before matching
@Jtsternberg @Rarst \.(^\.^?)(\?.*)?$ maybe?
@Jtsternberg strip query before matching
@Jtsternberg @Rarst \.(^\.^?)(\?.*)?$ maybe?