railo.runtime.functions.string
Class REFind

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

public final class REFind
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
REFind()
           
 
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

REFind

public REFind()
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