CodeIgniter Forums
How to add a form validation rule for alphabetical characters and space? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to add a form validation rule for alphabetical characters and space? (/showthread.php?tid=47375)



How to add a form validation rule for alphabetical characters and space? - El Forum - 12-06-2011

[eluser]victorche[/eluser]
Suddenly I discovered that "alpha" will not allow space. For example, I have a field for bank name. And this bank will not have numbers in its name. So, it's something like "Trading Bank"
Well, there is no rule, which allows a-z and space.

This is strange for me... Why spaces are not allowed?