![]() |
Form Validation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Form Validation (/showthread.php?tid=79991) |
Form Validation - Lipe_Bogaci - 08-30-2021 Hi all how can I add form validation with a pattern of 10 values from which the first and the last will be character and the others must be numeric? RE: Form Validation - InsiteFX - 08-31-2021 Regex would be your best bet, see below Live Regex |