having a difficult time with this.. wondering if anyone here can help.
Let's say I have the following URL string:
I need to replace the value of blah, blah is always 10 characters. the position of blah can change within the URL string.
Thanks in advance!
Let's say I have the following URL string:
Code:
http://www.google.com/search?hl=en&blah=0123456789&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=cf
Thanks in advance!