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

Browse by Tags

All Tags » regex » html » xml asp.net regular expresion regex
  • 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: 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
  • 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