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

Browse by Tags

All Tags » pattern
  • Uncommon URL pattern retrieval

    Hi, Anybody out there, I'd be immensly greatful if you helped me fix one regular expressions of mine. Basically I've written a regular expression in PHP identifying a pattern of a certain type of URL REGEX: /(http\:\/\/dx\.doi\.org\/.*?)(\s|$|;|>)/ it will catch strings of URLs from the 'http://dx.doi.org/' domain, looking ...
    Posted to Construction Advice (Forum) by ksyandagger on August 19, 2008
  • Searching up to a specific character

    I'm editing an old bookmarks.html file in Dreamweaver to prep it before I import the bookmarks back into Firefox. An example bookmark would look like this: <DT><A href="http://isohunt.com/" ADD_DATE="1125111393" LAST_VISIT="1207867025" ...
    Posted to Construction Advice (Forum) by opticsnake on August 6, 2008
  • Help with pattern

    I'm using vb.net to replace all "embed" tags that have a youtube.com address in the src attribute and then if that embed tag is a match, I am wanting to grab the src, width, and height as backreferences. I have a pattern that works somewhat, however it will still return as a match (as a whole, for addresses other than youtube.com) ...
    Posted to Construction Advice (Forum) by TravISU on December 11, 2007
  • Deliver To:

    Hi all, I'm using vb.net windows form, I can use a loop with a counter for each line read but sometimes the line position for the data changes and I don't want to check for lots of line postions so I thought I could try regex as the file always has ACCOUNT #: n....... and DEVILER TO: The data is in a text files and there can be 1..n ...
    Posted to Construction Advice (Forum) by pqsik on September 28, 2007
  • Regex for pretty URIs

    Hi, I'm trying to write a regular expression that converts a 'pretty URI' into a standard one in the Apache .htaccess file. I'm doing it in PHP (preg_match) first, since both seem to work similarly. An example: page/c-cssstyle/t-template/p-pagenumber/ needs to be converted into ...
    Posted to Construction Advice (Forum) by cruzer on July 28, 2007
  • What would be the good pattern?

    Hi,   I have a text file in which I want to extract some data.  I already extracted most of it, except there is one group of  data that I have problem differenciating from another. Here is part of the text I want to ...
    Posted to Construction Advice (Forum) by nbourre on July 26, 2007