railo.runtime.functions.string
Class Replace
java.lang.Object
railo.runtime.functions.string.Replace
- All Implemented Interfaces:
- Serializable, Function
public final class Replace
- extends Object
- implements Function
- See Also:
- Serialized Form
Method Summary |
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)
|
Replace
public Replace()
call
public static String call(PageContext pc,
String str,
String sub1,
String sub2)
throws FunctionException
- Throws:
FunctionException
call
public static String call(PageContext pc,
String str,
String sub1,
String sub2,
String scope)
throws FunctionException
- Throws:
FunctionException
call
public static String call(PageContext pc,
String input,
Object find,
String repl,
String scope)
throws PageException
- Throws:
PageException
call
public static String call(PageContext pc,
String input,
Object find,
String repl)
throws PageException
- Throws:
PageException
call
public static String call(PageContext pc,
String input,
Object struct)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo