public final class REReplace extends BIF
Constructor and Description |
---|
REReplace() |
Modifier and Type | Method and Description |
---|---|
static String |
call(PageContext pc,
String string,
String regExp,
String replace) |
static String |
call(PageContext pc,
String string,
String regExp,
String replace,
String scope) |
static String |
call(String string,
String regExp,
String replace) |
Object |
invoke(PageContext pc,
Object[] args) |
public REReplace()
public static String call(String string, String regExp, String replace) throws ExpressionException
ExpressionException
public static String call(PageContext pc, String string, String regExp, String replace) throws ExpressionException
ExpressionException
public static String call(PageContext pc, String string, String regExp, String replace, String scope) throws ExpressionException
ExpressionException
public Object invoke(PageContext pc, Object[] args) throws PageException
invoke
in class BIF
PageException
Copyright © 2015 Lucee