|
|
Browse by Tags
All Tags » C# » replace
-
Hi
I'm currently working on a ASP.NET project where i want to replace sertain words with a link ex. "all your base are belong to us, is a cool phrase" if I want to replace the letter a as in "a cool phrase" with <a href="/#mylink">a</a> i want the new string to look like this, "all your base ...
-
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, ...
-
Hi,
I'm working in c# 1.1 so I have access to Regex.Replace (and even MatchEvaluators if that makes life easier) but I figure there must be a relatively simple regex way of doing this?
I have a set of strings which I need to remove (if they occur) within a string field on a database row. I figure that I can run a regex on ...
|
|
|