railo.runtime.functions.string
Class REReplace

java.lang.Object
  extended by railo.runtime.functions.string.REReplace
All Implemented Interfaces:
Serializable, Function

public final class REReplace
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
REReplace()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REReplace

public REReplace()
Method Detail

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