Validates that the current value of a field is a credit card number.
Since 1.0
boolean isCreditCard (string $field)
Returns boolean.
Example:
if(!$this->APP->form->isCreditCard('field_name')){ $this->APP->form->addError('field_name', 'An error message'); }