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

Browse by Tags

All Tags » if match group reuse
  • 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
  • Find and replace

    Hello, I am able to find what I want by building my regex. Now I need to replace what matches with something related to it, I want to remove the quotation marks around where there is no space between two quotation marks.  TEXT: <input type="text" name="text_field_21" value="Hello There!" />   so I ...
    Posted to Construction Advice (Forum) by I_SEEK on June 26, 2007
  • Is reuse of the if capture group possible?

    Doing this using the .Net 2 regex parser...I have a pattern that looks for keywords and places them into a named capture group if found or drops it into a default named capture group. My question is can I reuse the if capture in a way such as one does with the numbered capture groups of \1 \2 etc?  For ...
    Posted to Construction Advice (Forum) by OmegaMan on April 17, 2007