railo.runtime.functions.string
Class REReplaceNoCase

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

public final class REReplaceNoCase
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

REReplaceNoCase

public REReplaceNoCase()
Method Detail

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