railo.runtime.functions.string
Class ReplaceNoCase

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

public final class ReplaceNoCase
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ReplaceNoCase()
           
 
Method Summary
static String call(PageContext pc, String str, String sub1, String sub2)
           
static String call(PageContext pc, String str, String sub1, String sub2, String scope)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceNoCase

public ReplaceNoCase()
Method Detail

call

public static String call(PageContext pc,
                          String str,
                          String sub1,
                          String sub2)
                   throws ExpressionException
Throws:
ExpressionException

call

public static String call(PageContext pc,
                          String str,
                          String sub1,
                          String sub2,
                          String scope)
                   throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo