Validate::validate_is_checked()

Method: Author – Jay Iyer (06/26/2019) Validate ‘is_checked’ field.

Validate::validate_is_url()

Method: Validate `is_url` field.

Validate::validate_is_numeric()

Method: Validate `is_url` field.

Validate::validate_min_string_length()

Method: Validate if length of a string is at least as defined.

Validate::validate_max_string_length()

Method: Validate if length of a string is at least as defined.

Validate::validate_is_array()

Method: Validate if field is array.

Validate::validate_array_min()

Method: Validate if there are minimum items in an array.

Validate::validate_array_max()

Method: Validate if there are minimum items in an array.

Validate::validate_badwords()

Method: Validate if there are minimum items in an array.

Validate::validate_upload()

Method: Validate an upload field.