By tag: RegularExpression
0
kicks
HOWTO: Use Visual Studio Find and Replace to Conditionally Change Code
Writing Regular Expressions is a black art that is equally powerful and frustrating to master. Visual Studio's Search & Replace feature allows for using Regular Expression matching to perform complex replace operations. I'll show you how.
0
kicks
A Better .NET Regular Expression Tester
A simple and fast AJAX-powered .NET regular expression tester.
0
kicks
PowerShell Regular Expression Compiler
Mostly pointless, but an interesting use of the RegularExpressions namespace from PowerShell.
0
kicks
Grey Matter: Code Generation On A Budget
What do you do when you have the specs for a 500 column table and are required to create the table, an update stored procedure and data bound code? You get smart. Real smart.