RegExp

Regular Expressions @webDU – want a $50-off voucher?

by kai 12/04/2010

This is just a quick one. As announced in February I’m going to be and present at WebDU 2010 in Bondi Beach, Sydney. Besides a conference session, I’m running a Day 0 workshop on “befriending regular expressions”.

Read the full article →

ParameterExists => isDefined

by marcus 06/02/2010

Another quick regex: to perform a sitewide search/replace that replaces every “parameterExists” by “isDefined”…

Read the full article →

cfqueryparam / regular expression

by marcus 06/02/2010

Currently, I’m migrating a CF5/Win project to CFMX9/Linux. Apart from the usual path issues, the one who programmed this app yeeears ago did not protect *any single* form- or url-variable inside CFQUERY against misuse or even SQL-Injection. Not one syntax check, no CFQUERYPARAM… *sigh*

Read the full article →