railo.runtime.functions.string
Class REReplace
java.lang.Object
railo.runtime.functions.string.REReplace
- All Implemented Interfaces:
- Serializable, Function
public final class REReplace
- extends Object
- implements Function
- See Also:
- Serialized Form
REReplace
public REReplace()
call
public static String call(String string,
String regExp,
String replace)
throws ExpressionException
- Throws:
ExpressionException
call
public static String call(PageContext pc,
String string,
String regExp,
String replace)
throws ExpressionException
- Throws:
ExpressionException
call
public static String call(PageContext pc,
String string,
String regExp,
String replace,
String scope)
throws ExpressionException
- Throws:
ExpressionException
Copyright © 2012 Railo