Code Snippets » Regular Expressions

Expression to Replace Double Quotes with Smart Double Quotes

Use this Regular Expression to replace Standard double quotes with smart double quotes.
Monday, March 22nd 2010 @ 1:33 pm

Use regular expressions in MySQL SELECT statements

A very cool and powerful capability in MySQL and other databases is the ability to incorporate regular expression syntax when selecting data. The regular expresion support in MySQL is extensive. This article reviews regular expression use in MySQL and lists the supported regular expression metacharacters.
Saturday, December 12th 2009 @ 9:18 pm