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# strings
Showing page 1 of 2 (11 total posts)
  • need help for find and replace regular expression

    hi,  Input : 1,This,is,test,data,100,+66,22+12,567,..,+34 Output: 1,This is test data,100,+66,22, +12,567,..,+34I'm trying to use the regular expression in C# to replace the above Input string to get the above given output string. Basically i'm trying to do the followings 1. if any comma (,) is there between two alphabets that ...
    Posted to Construction Advice (Forum) by rkn on July 2, 2008
  • 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
  • Re: RegEx which checks for specific chars

    It works! Thanks a ton. All I missed was the asterisk :-)  
    Posted to Construction Advice (Forum) by kvin09 on April 7, 2008
  • RegEx which checks for specific chars

    Hi,  How can I build a RegEx which has following constraints?   my input string can either be empty or it can contain any combination of N, C, M, Y, 0 , /     ie if my input string is not empty then it should contain only these chars.  examples of valid input: NNCC, CCNN, MM/YYYY etc Thanks in advance, kvin 
    Posted to Construction Advice (Forum) by kvin09 on April 7, 2008
  • regex that matches a string containing 6 alpha, 2 alphanumeric and 3 OPTIONAL alphanumeric

    I need a regex that matches a string containing 6 alpha, 2 alphanumeric and 3 OPTIONAL alphanumeric, upper and lower case. I need this for validating strings in ASP.net 2. Eg:. abcdefab345 abcdef22 abcdef5e abcdef3ee5e abcdef55asd abcdefr5 and should not match abcs abcd34d3 abcdef23f abcdefd abcdef  
    Posted to Construction Advice (Forum) by pradeepd on October 29, 2007
  • Help with new line

    hey all i am trying to get the input tags that their type=text from a source code of a page. i was using this ...
    Posted to Construction Advice (Forum) by rare_air on August 9, 2007
  • Can't figure it out...

    Hi there, I hope someone can help, cause I'm lost... First of all I am working with C# and I have a (legacy) Regex I need to adjust. Actually I am using Regex.Replace to match an expression in a string and Replace it. My current Regex.Replace looks like this: query = Regex.Replace(query, ...
    Posted to Construction Advice (Forum) by mischa78 on June 28, 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
1 2 Next >