Posted on: 10/9/2014 4:03:48 AM | Views : 392

hi,
I need a regular expression for name validation. It should check whether the given name satisfies the following conditions.
The  Name field in the page will be Text Field that supports alpha characters.
The maximum permissible length of Name will be 128 characters.
Special characters and numbers are not allowed. Space is allowed.
If consecutive spaces are available in the Name fields, then the same will be replaced with a single ‘Space’ before saving the details in application.
thanks

Go to the complete details ...