User Guide

Table Of Contents
PART I
The CFML Programming Language
This part describes the elements of the CFML programming language. It tells you how to use
CFML tags, functions, variables and expressions, the CFScript scripting language, and regular
expressions.
The following chapters are included:
Chapter 2: Elements of CFML. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
Chapter 3: Using ColdFusion Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
Chapter 4: Using Expressions and Number Signs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
Chapter 5: Using Arrays and Structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
Chapter 6: Extending ColdFusion Pages with CFML Scripting . . . . . . . . . . . . . . . . . . . . . . . 123
Chapter 7: Using Regular Expressions in Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
PART I