public final class IsValid extends Object implements Function
Constructor and Description |
---|
IsValid() |
Modifier and Type | Method and Description |
---|---|
static boolean |
call(PageContext pc,
String type,
Object value)
check for many diff types
|
static boolean |
call(PageContext pc,
String type,
Object value,
Object objPattern)
regex check
|
static boolean |
call(PageContext pc,
String type,
Object value,
Object objMin,
Object objMax) |
static boolean |
regex(String value,
String strPattern) |
public IsValid()
public static boolean call(PageContext pc, String type, Object value) throws ExpressionException
pc
- type
- value
- ExpressionException
public static boolean call(PageContext pc, String type, Object value, Object objPattern) throws PageException
pc
- type
- value
- objPattern
- PageException
public static boolean call(PageContext pc, String type, Object value, Object objMin, Object objMax) throws PageException
PageException
Copyright © 2015 Lucee