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 » regex
  • Need help writing a regex to convert a YouTube Embed URL.

    Hello, I'm modifying some code that scans through an html document, and converts YouTube links to a URL of our server with $replacement1+ the YouTube ID as a URL parameter "url" (which you can see in the last line).  Everything seems ok, I just can't figure out the line for $pattern1.  I've tried probably 100 things ...
    Posted to Construction Advice (Forum) by liwii on April 15, 2008
  • REGEX solution for a URL

    Hi All, I am trying to find out a regex pattern for a particular URL type, to extract a particular piece of information from that URL. I am working on JAVA and the URL sample goes like this lid={ifpdf:92000000000012345}{ifnonpdf:33000000000012345}&cadid=12345}  I am trying to search for the italicized part of the ...
    Posted to Construction Advice (Forum) by kedar on November 15, 2007
  • Regular Expression for URLRewriting

    I need a regular expression to match three different sections of a URL... I think i am close, but there are a couple of small issues and my head is starting to spin!  Any help appreciated: REQUIREMENT To split a URL into three parts: Category String (may or may not be present) Product String (may or may not be ...
    Posted to Construction Advice (Forum) by jshallard on August 1, 2007