Inside Coldfusion MX
Regular expressions can be a powerful tool for ColdFusion developers. They enable us to solve real problems in our code and to perform some pretty cool pattern matching and text manipulation. To begin to understand how to make use of regular expressions in your applications, practice coding them. As we will discuss in later chapters, regular expressions come in handy when you write user-defined functions within ColdFusion. |