Showing posts with label Regular Expressions. Show all posts
Showing posts with label Regular Expressions. Show all posts
Tuesday, 19 June 2012

CSharp: How to replace with Regex

Question:
How to replace a set of chars by another character using regular expressions in C#?

Friday, 19 August 2011

Csharp: Regular Expressions Named Captures

Question:
How to use Named Capture Groups with C# Regular Expression class (Regex)?

Sunday, 10 October 2010

Regular Expression Cheat-Sheet (javascript examples)

Question:
What are the most common regular expression rules and operators?