private function maxLength($value,$length) { return (mb_strlen($value) < $length) }
Last updated 4 years ago
Was this helpful?