|
|
Browse by Tags
All Tags » C# strings
Showing page 1 of 2 (11 total posts)
-
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 ...
-
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 ...
-
<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 ...
-
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 ...
-
It works! Thanks a ton. All I missed was the asterisk :-)
-
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
-
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
-
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 ...
-
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, ...
-
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, ...
1
|
|
|