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

Browse by Tags

All Tags » replace » C#
  • Numbering by a 5 year old

    Hi Im am writing a function in SQL Server 2005 using a simple C# assembly that implements C# regex functions. I found the assembly on codeproject. The data I am trying to modify contains numbering, that was entered by a 5 year old probably.  Here is 5 of the problem data on the LEFT and data I need to return on the RIGHT The word ...
    Posted to Construction Advice (Forum) by HeavenBurns on June 10, 2009
  • Tooltip word replacement

    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 ...
    Posted to Construction Advice (Forum) by gralov on November 14, 2008
  • 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
  • Search & Remove a regex string within a DB field

    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 ...
    Posted to Construction Advice (Forum) by DaveR on March 13, 2007