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

Browse by Tags

All Tags » html » regexp
  • parsin html by using regex in c#

    <meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular"> <meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
    Posted to Construction Advice (Forum) by caglar26 on April 27, 2008
  • HTML content, "grouped by" wrapped tags (for lack of a better term)

    Hey all, Before I start, I just want to say that below you will find a modifier of "U".  I know a lot of people say this should not be used, so if there is a way that my issue can be resolved where the U modifier won't be needed, great!  Language: PHP (4) Users submit content via a wysiwyg ...
    Posted to Construction Advice (Forum) by phxvyper on January 23, 2008
  • RegEx Help - Replacing hrefs

    OK. Stick with me here. It is going to take me a few to explain this. I am writing a small application in VB.NET. The ultimate task is to make a web browser, within a web browser. Basically, You open IE, FireFox, Safari, or whatever browser you like and go to the web application I am building. At the top of the web page, I have a tool bar, ...
    Posted to Construction Advice (Forum) by TampaWebDevelopment on June 27, 2007
  • regex to assign "classes" to table rows and data in HTML

    I am in the process of cleaning a website which has many tables in it. I have used regex to remove all formatting from the tables and get it ready for formatting. What I want to do now is to take the individual <tr> and <td> tags and assign CSS classes to them to format them properly for our new setup. The problem I have is that all ...
    Posted to Construction Advice (Forum) by technoguru on February 15, 2007
  • How To Get Match Results From HTML?

    Hello, I'm having difficulty creating a C# regex pattern to get the matches from this webpage. I only want the matches for Division B. The pattern I currently have is below. I'm sure this is very inefficient and it is not complete. The website may change it's formatting so I want to ignore the contents of the <td>, <p> ...
    Posted to Construction Advice (Forum) by ShaneS on January 29, 2007
  • Using RegExp in XSLT

    Hello all, Im using XSLT to grab data from an XHTML page, part of the data I wish to grab is a Postcode, this is the XSLT statement I have to grab the postcode:        <xsl:for-each select=".//h:a[starts-with(@href, ...
    Posted to Construction Advice (Forum) by james on January 11, 2007
  • Matching Inputs and Displaying

    Hi, I'm having some trouble with my code. I'm using python to take in information from a form/website in order to link the user to another website. My problem is thus: ------------------------------------------------ ae = re.compile('[A-E]') fl = re.compile('[F-L]') mw = re.compile('[M-W]') if ...
    Posted to Construction Advice (Forum) by newb101 on December 9, 2006
  • RegExp Help

    Hi, Im operating on the .NET platform using C# as my language, I have never used reg exp before and i'm having trouble. I wish to gather all anchors from a XHTML page. This works fine and the reg exp I have is this: <a[^>]*href\s*=\s*""?(?<HRef>[^"">\s]*)""?[^>]*> This works fine and ...
    Posted to Construction Advice (Forum) by james on November 24, 2006
  • Using optional groups

    Hi, I'm currently using regular expressions to parse a block of HTML and extract specific values.  I have something similar to the following: (?m)(... not relevant ... ...
    Posted to Construction Advice (Forum) by RobJ on September 13, 2006