If you are new to ColdFusion / CFML then this page is for you. Each post will give you a code snippet and the best explanation I can provide. You will be able to see a working demo and download the code to try on your server.
I will make every effort to make sure my code samples will run in ColdFusion 8, ColdFusion 9, Open Bluedragon (OpenBD) and Railo.
I received my inspiration for this section from the PHP Phrasebook by Christian Wenz. It is a great book for keeping fresh on the common PHP programming tasks.
Table of Contents:
1. Comparing Strings in ColdFusion -- 4 methods on how to compare strings and numbers in Coldfusion.