|
|
Browse by Tags
All Tags » javascript regu... » URl extraction
-
greetings,
in javascript, i'm trying to pull out pieces of a url via regex. my url looks like this:
http://domain.com/index.html#hash=http://domain.com/index.php?arg=val&arg2=val2&meta=val&meta2=val
I want to be able to extract everything after hash= up until meta=. but i want it to go to meta= if ...
|
|
|