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 » regex
  • 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
  • table parsing

    hi every one .. I want to parse product name , price  from source kod of web site by using C#.   Example in that code I want to take  PANASONIC BB-HCM515CE CCD MEGAPIKSEL POE VIDEO, 838,8 € + KDV,2.081,52 YTL,Havaleye %3 İndirim: with 2.019,07 YTL. But that code is not just between the ...
    Posted to Construction Advice (Forum) by caglar26 on April 23, 2008
  • Special Parsing HTML by C#

    Hi everyone   <span class="FiyatSmallBlackBack"><b>Bizde:</b></span><span class="FiyatSmallBlue"><b> 26,00 USD + KDV</b></span> <br />  In that HTML I want to parse 26,00 USD +KDV using c# but that html could be as that ; (no +KDV just 26,00 ...
    Posted to Construction Advice (Forum) by caglar ak on March 28, 2008
  • Regex to stop users inputting html

    Hi all regex experts I need a Vb.net regex that excludes any text with html in it. I'm trying to create a text box with a regular expression validator which will not accept text with html in it such as <b>Bold</>.  I'm working with/in ASP.Net 2.0  For this input "<b>Bold</>" should generate an ...
    Posted to Construction Advice (Forum) by geoffreymh on September 20, 2007
  • 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
  • Re: Detect content of tags

    Give this a shot. (<[^>]*>)[^<>/]*(padding)[^<>/]*(</[^>]*>) Same trick as before the middle group is what you want to replace each time. First and Third groups are the html tags around content. Any word you want to find can be put into that middle ...
    Posted to Construction Advice (Forum) by Brendan on March 6, 2007
  • Re: matching nested tags

    The Below One Solves Yours Problem <Restaurant\s*(.*?)(\s*>\s*(.*?)\s*)*</Restaurant> This is a good Tool http://www.regextester.com/ From Dileep.M Desk mdileep@gmail.com
    Posted to Construction Advice (Forum) by mdileep on February 7, 2007
  • Protecting your regex from future changes in the source code

    Hi guys, Long time since I've written here, well let's just say it's been busy at work and home front! Today I had to fix a web crawler due a regex that failed to track a tax amount. The regex was not written by me, but it reminded me what I have learned long time ago: "Remember to protect your regex from future changes in the ...
    Posted to Regex Jedi (Weblog) by sirpadk on February 2, 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