| Title |
Test
Find
Alphanumeric
|
| Expression |
^([a-zA-Z][a-zA-Z0-9]{1,100})$ |
| Description |
This expression shows result for the alphanumeric value starts with only alpha bates. |
| Matches |
shailesh123,shailesh,s123ailesh |
| Non-Matches |
123shailesh,1Shailesh123 |
| Author |
Rating:
cnsgfwnkql
|
| Source |
Shailesh Joge |
| Your Rating |
|
Title: Prevent Leading Spaces
Name: Christopher
Date: 9/27/2010 9:59:10 AM
Comment:
How can I prevent a user from entering leading spaces?
Title: Prevent Leading Spaces
Name: Christopher
Date: 9/27/2010 9:57:01 AM
Comment:
How can I prevent a user from entering leading spaces?