public final class Replace extends BIF
Constructor and Description |
---|
Replace() |
Modifier and Type | Method and Description |
---|---|
static String |
call(PageContext pc,
String input,
Object struct) |
static String |
call(PageContext pc,
String input,
Object find,
String repl) |
static String |
call(PageContext pc,
String input,
Object find,
String repl,
String scope) |
static String |
call(PageContext pc,
String str,
String sub1,
String sub2) |
static String |
call(PageContext pc,
String str,
String sub1,
String sub2,
String scope) |
Object |
invoke(PageContext pc,
Object[] args) |
public Replace()
public static String call(PageContext pc, String input, Object find, String repl, String scope) throws PageException
PageException
public static String call(PageContext pc, String input, Object find, String repl) throws PageException
PageException
public static String call(PageContext pc, String input, Object struct) throws PageException
PageException
public Object invoke(PageContext pc, Object[] args) throws PageException
invoke
in class BIF
PageException
Copyright © 2015 Lucee