I was involved in a recent discussion on the "best" way to remove a given parameter from a URL string. The conversation began with using string primitives to split and join the parameter, a method ...
I'm slowly learning python and have hit a wall working with a regex.<BR><BR>The perl test regex script matches as expected, while the python version doesn't. I'm running perl 5.10.0 and python 2.5.2 ...