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
Showing page 1 of 4 (37 total posts)
  • regex advice - match name of the html file

    Hi, can anybody help me with regex to match this: http://www.google.com/level1/name.html so something like match all between last ocurance of "/" and ".html"   Thanks in advance, Cash p.s. sorry on noob question :)
    Posted to Construction Advice (Forum) by cash_hr on July 15, 2008
  • 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
  • Convert BBCode, [color] tags, to HTML

    Greetings.  I have some problems using a Regex replace for converting the following BBCode: string bbCode = " [ color=red]Red[/color]"; Regex regExp = new Regex(@"\[ color=([^\]]+)\]([^\]]+)\[\/color\]"); string htmlCode = regExp.Replace(bbCode, "<span style=\'color: $1\'>$2</span>'); Essentially, ...
    Posted to Construction Advice (Forum) by Bassiq on April 7, 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
  • 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
  • Need help on quiet complex pattern

    Hi, I need help to parse a few thousand documents with C# and regex. I will have a string with the complete content of a document and want to fill an array with the matches of my regex (the value of the backreference shall be added into the array). Example: Content: blabla<br><span class=txtClass>Some <b>Text</b> - ...
    Posted to Construction Advice (Forum) by hartertobak on December 11, 2007
  • Re: Advanced: matching text outside tag-html and outside <a>...</a>

    [deleted, see last posting]
    Posted to Construction Advice (Forum) by yvesforkl on October 4, 2007
  • Re: Advanced: matching text outside tag-html and outside <a>...</a>

    Matching HTML (or XML) fragments can be a very difficult thing. If you can't resort to a cleaner technique like transforming (X)HTML with XSLT and need to stay with string replacements, then you have to take care of all sorts of mischief that you might encounter in the input. That said, the easiest I can imagine is to just apply the regex you ...
    Posted to Construction Advice (Forum) by yvesforkl on October 4, 2007
  • 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
1 2 3 4 Next >