In my view page.I have a textbox for entering comments.In my codeigniter validation that allow only alpha.
I need to allow space,comma,dot,hyphen in Comment field.. How this place in my validation set rules
$this->form_validation->set_rules('e_comment', 'Comments', 'required|alpha');