railo.runtime.functions.string
Class REFindNoCase

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

public final class REFindNoCase
extends Object
implements Function

Implements the CFML Function refindnocase

See Also:
Serialized Form

Constructor Summary
REFindNoCase()
           
 
Method Summary
static Object call(PageContext pc, String regExpr, String str)
           
static Object call(PageContext pc, String regExpr, String str, double start)
           
static Object call(PageContext pc, String regExpr, String str, double start, boolean returnsubexpressions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REFindNoCase

public REFindNoCase()
Method Detail

call

public static Object call(PageContext pc,
                          String regExpr,
                          String str)
                   throws ExpressionException
Throws:
ExpressionException

call

public static Object call(PageContext pc,
                          String regExpr,
                          String str,
                          double start)
                   throws ExpressionException
Throws:
ExpressionException

call

public static Object call(PageContext pc,
                          String regExpr,
                          String str,
                          double start,
                          boolean returnsubexpressions)
                   throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo