MACROMEDIA COLDFUSION 5-DEVELOPING Develop Manual page 288

Table of Contents

Advertisement

268
Expression
REFind ("[Uu]\.?[Ss]\.?[Aa}\.?",
Report )
REFindNoCase("a+c","ABCAACCDD")
REReplace("There is is coffee in
the the kitchen","([A-Za-z]+)
[ ]+\1","*","ALL")
REReplace(report, "<[^>]*>", "",
"All")
Chapter 14 Using Regular Expressions in Functions
Returns
The position in the variable Report of the
first occurrence of the abbreviation USA.
The letters can be in either case and the
abbreviation can have a period after any
letter.
4
There * coffee in * kitchen
Removes all HTML tags from a string value
of the report variable.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 5

Table of Contents