MACROMEDIA COLFUSION MX 7-CFML Reference page 810

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

REFindNoCase
Description
Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.
The search is case-insensitive.
For more information on regular expressions, including escape sequences, anchors, and modifiers,
see Chapter 7, "Using Regular Expressions in Functions," in ColdFusion MX Developer's Guide.
Returns
Depends on the value of the
If
returnsubexpressions = "False"
The position in the string where the match begins
0, if the regular expression is not matched in the string
If
returnsubexpressions = "True"
array elements are as follows:
If the regular expression is found in the string, the first element of the
contains the length and position, respectively, of the first match of the entire regular
expression.
If the regular expression contains parentheses that group subexpressions, each subsequent
array element contains the length and position, respectively, of the first occurrence of each
group.
If the regular expression is not found in the string, the first element of the
arrays contains 0.
Category
String functions
Function syntax
REFindNoCase(reg_expression, string [, start] [, returnsubexpressions] )
See also
,
Find
FindNoCase
Parameters
Parameter
reg_expression
string
810
Chapter 3: ColdFusion Functions
returnsubexpressions
,
,
,
REFind
REReplace
Description
Regular expression for which to search. Case-insensitive.
For more information, see Chapter 7, "Using Regular Expressions in
Functions," in ColdFusion MX Developer's Guide.
A string or a variable that contains one. String in which to search.
parameter:
:
: a structure that contains two arrays,
REReplaceNoCase
and
. The
len
pos
and
arrays
len
pos
and
len
pos

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents