Search results for 'Replace String'. 1 post(s) found.
- 2007/08/29 String Replace Function For C#
A code snippet about how to perform a achieve the same results as the vbScript string function Replace
using System;
using System.Text.RegularExpressions;
string myString;
myString = "This is a test.";
myString = Regex.Replace(myString," is"," was");
using System.Text.RegularExpressions;
string myString;
myString = "This is a test.";
myString = Regex.Replace(myString," is"," was");
Another posts included in "C#"
| Extracting the Country from IP Address (0) | 2007/09/25 |
| Graphics in C# - Irregular Forms (0) | 2007/09/25 |
| Compress and decompress strings in C# (0) | 2007/09/25 |
| How to print character in C# by ASCII code (0) | 2007/08/29 |
| Adding Custom Paper Sizes To Named Printers (0) | 2007/08/28 |
| Print HTML In C# With Or Without The Web Browser Control And The Print... (0) | 2007/08/28 |
| A Customizable Printing Text Class (0) | 2007/08/28 |
| Simplified .NET Printing In C# (0) | 2007/08/28 |
Trackback : Cannot send a trackbact to this post.
-
Subject different money making ideas
2010/01/29 05:43
moneyideas
-
Subject different money making ideas
2010/01/29 14:22
moneyideas
-
Subject different money making ideas
2010/01/31 16:44
moneyideas

Prev

Rss Feed