Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » URl extraction
  • hash and args

    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 ...
    Posted to Construction Advice (Forum) by trashman on July 21, 2008
  • URL matching... it's been done to death, but what is going on with this?

    Hi guys and gals, Ok, some background: I'm writing a Twitter application (javascript) so I have to parse all kinds of URLs. This is what I have: regex = new ...
    Posted to Construction Advice (Forum) by BklynKid on May 13, 2008
  • Apache ReWrite is killing me...

    Hello all, First post, but I'll try not to annoy you too much. I'm currently trying to write out a nice regex for Apache's ReWrite engine so that I can use search engine friendly (SEF) URLs. The problem I'm coming across is that optional parameters (such as language) are pulling in an 'undefined' value. Here's ...
    Posted to Construction Advice (Forum) by mcongrove on May 8, 2008
  • Simple url rewriting

    Hi guys, could you help me to create a simple url rewriting for this. ex: http://mysite.com/product/23/default.aspx ex: http://mysite.com/product/23/category/23/default.aspx ex: http://mysite.com/product/23/category/23/manufacture/2/default.aspx Basically I want a regex that can match above url, so i can rewrite the url to ...
    Posted to Construction Advice (Forum) by scheineden on April 8, 2008
  • How to get only link URL

    Hi!      Kindly  have a look on following web page: http://salondigital.net/gsg/gsg/www.goodsalonguide.co.uk/locator18f1.html 1- How can I get only and only the url which is against the name of salon or against 'full details' . 2- How can I avoid duplicaion of url through regexp in getting urls from above ...
    Posted to Construction Advice (Forum) by bluesapphire on January 23, 2008
  • Various ways to control single-line multi-line for PERL html-parsing?

    I am doing parsing of html to pick up url's with url-titles from web-pages using PERL (actually I am using a Perl-script not made by me that takes url-adresses and regexps as input to produce  links from the wanted site). I often get problems related to controlling matching patterns in single lines vs multiple lines. Sometimes I always ...
    Posted to Construction Advice (Forum) by borgeh on July 11, 2007
  • Regex needed for extracting specific data from URLS/ Objects

    Hi All, I am in need of a regular expression which will extract the required attributes only from a HTML tag. The tag which i am targetting is <embed>.  Purpose. I am building a website which will show the user Video clips from Google/youtube/Msn videos / Yahoo videos and other video sharing sites.  When we upload a clip in ...
    Posted to Construction Advice (Forum) by bepenfriends on July 2, 2007