Stories recently tagged with 'RegularExpression'

HOWTO: Use Visual Studio Find and Replace to Conditionally Change Code(it.toolbox.com)

submitted by plbyrdplbyrd(825) 3 years, 2 months ago

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. read more...

add a comment |category: |Views: 38

tags: another

A Better .NET Regular Expression Tester(derekslager.com)

submitted by derekslagerderekslager(420) 4 years, 5 months ago

A simple and fast AJAX-powered .NET regular expression tester. read more...

2 comments |category: |Views: 60

tags: another

PowerShell Regular Expression Compiler(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 5 months ago

Mostly pointless, but an interesting use of the RegularExpressions namespace from PowerShell. read more...

add a comment |category: |Views: 162

tags: another

Grey Matter: Code Generation On A Budget(thinkersroom.com)

submitted by GandalfGandalf(465) 5 years, 2 months ago

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. read more...

4 comments |category: |Views: 3

tags: another