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

Browse by Tags

All Tags » C#
Showing page 1 of 5 (44 total posts)
  • Need an expression to find all text between numeric identifiers

    Hello, I am using C# in Visual Studio 2008.  I have a text file of the entire Bible that I am wanting to either put into a database or write to an XML document.  The format of the text is as follows with comments in C# single line comment style to the right of the actual text (example: Genesis  //book ...
    Posted to Construction Advice (Forum) by RandyHJ on May 13, 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
  • Catching a multiline text block

    Hi all, I have a get a piece of text from a document and I don't find the way to it with a singular regEx. The text has the following ...
    Posted to Construction Advice (Forum) by George__2008 on April 5, 2008
  • End of Line match not working?

    Hi All, Language/Platform: C# 3.5, Windows If I have the data: this is a line of text another line of text and I use this regex (with multiline turned on) text$ it's not working (tested in My Regex Tester as (?m-isx:text$)).  Any ideas?
    Posted to Construction Advice (Forum) by eds on March 31, 2008
  • Simplify Email Subject

    Hi All, 1. Language/Platform: C# 3.5, Windows 2. Email Threading 3. I'm trying to simplify the subject of an email using regex.  I want to remove all "reply" and "forward" indicators and get down to the base subject text so i can either put the subject into a hash table or a DB and see how many emails of this subject ...
    Posted to Construction Advice (Forum) by eds on March 30, 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
  • Need a regular expression for validating email which should exclude /|\;,<> and spaces

    Hi I need a regular expression for email validation, it should excldue the email addresses with the following special characters.  \|/,;<> and spaces. The rule for validating the email is : Email address must contain a single @, one or more periods, and any standard characters with the exception of spaces and the ...
    Posted to Construction Advice (Forum) by bvsuresh_reddy on March 19, 2008
  • Re: Message-ID

    I have found some emails with data in the body (regex and target data see below) where we have at the beginning of a line, text followed by a colon and space which is translated as a column.  How can I modify the expression to ignore anything below the first blank line (as Susan mentioned above is the identifier of the body begin)? Thanks ...
    Posted to Construction Advice (Forum) by eds on March 3, 2008
  • Date Time Parser

    I'm using C#, and i want to parse a date time that C# can't parse.  here's the datetime and also a regex I found on the web that i think is pretty close, but doesn't work quite right - and I'm not sure why... Mon, 14 May 2001 17:18:42 -0700 (PDT) ^((Mon|Tue|Wed|Thu|Fri|Sat|Sun), *)?(?<day>\d\d?) ...
    Posted to Construction Advice (Forum) by eds on March 2, 2008
1 2 3 4 5 Next >