|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.core.util.Validator
public class Validator
Our incredible validator for EVERYTHING!
Constructor Summary | |
---|---|
init()
Constructor |
Method Summary | |
---|---|
any |
checkAlphaOnly([any str])
|
any |
checkBoolean([any str])
|
any |
checkDate([any str])
|
any |
checkEmail([any str])
|
any |
checkEurodate([any str])
|
any |
checkExactLen([any str], [any length])
|
any |
checkGUID([any str])
|
any |
checkIPAddress([any str])
|
any |
checkInteger([any str])
|
any |
checkMaxLen([any str], [any length])
|
any |
checkMinLen([any str], [any length])
|
any |
checkNumeric([any str])
|
any |
checkRange([any str], [any min], [any max])
|
any |
checkRegex([any str], [any regex])
|
any |
checkSSN([any str])
|
any |
checkSameAs([any str1], [any str2])
|
any |
checkSameAsNoCase([any str1], [any str2])
|
any |
checkString([any str])
|
any |
checkTelephone([any str])
|
any |
checkURL([any str])
|
any |
checkUSDate([any str])
|
any |
checkUUID([any str])
|
any |
checkZipCode([any str])
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any checkAlphaOnly([any str])
str
public any checkBoolean([any str])
str
public any checkDate([any str])
str
public any checkEmail([any str])
str
public any checkEurodate([any str])
str
public any checkExactLen([any str], [any length])
str
length
public any checkGUID([any str])
str
public any checkIPAddress([any str])
str
public any checkInteger([any str])
str
public any checkMaxLen([any str], [any length])
str
length
public any checkMinLen([any str], [any length])
str
length
public any checkNumeric([any str])
str
public any checkRange([any str], [any min], [any max])
str
min
max
public any checkRegex([any str], [any regex])
str
regex
public any checkSSN([any str])
str
public any checkSameAs([any str1], [any str2])
str1
str2
public any checkSameAsNoCase([any str1], [any str2])
str1
str2
public any checkString([any str])
str
public any checkTelephone([any str])
str
public any checkURL([any str])
str
public any checkUSDate([any str])
str
public any checkUUID([any str])
str
public any checkZipCode([any str])
str
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |