railo.runtime.functions.string
Class REFindNoCase
java.lang.Object
railo.runtime.functions.string.REFindNoCase
- All Implemented Interfaces:
- Serializable, Function
public final class REFindNoCase
- extends Object
- implements Function
Implements the Cold Fusion Function refindnocase
- See Also:
- Serialized Form
REFindNoCase
public REFindNoCase()
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