ErSKS / KhCE

Khwopa College of Engineering
5 stars 0 forks source link

OAFS v3.0 Test - First Step: Last Name - No Digit #62

Closed ErSKS closed 7 years ago

ErSKS commented 7 years ago

OAFS v3.0 Test - First Step: Last Name should no contain any digit

ErSKS commented 7 years ago
array('firstName', 'match', 'pattern'=>'/^([a-zA-Z])+$/','message'=>'First Name can only contain alphabets.'),
array('lastName', 'match', 'pattern'=>'/^([a-zA-Z])+$/','message'=>'Last Name can only contain alphabets.'),