BackUp LevelNext

REReplaceNoCase

Returns string with a regular expression being replaced with substring in the specified scope. The search is case-insensitive.

See also REFind, REFindNoCase, Replace, and ReplaceList.

Syntax

REReplaceNoCase(string, reg_expression, substring [, scope ])

string

Any string.

reg_expression

Regular expression to be replaced. This regular expression can include POSIX-specified character classes (for example, [:alpha:], [:digit:], [:upper:], and [:lower:]).

substring

String replacing reg_expression.

scope

Defines how to complete the replace operation:




BackUp LevelNext

allaire

AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.