Link to home
Start Free TrialLog in
Avatar of codequest
codequest

asked on

Regular Expression

I need this to allow uppercase caps only, with a blank entry required.  

"^[A-Z]{0,1}"

But it seems to give error if the entry field is blank.  

Any suggestions on this would be welcome

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of stanscott2
stanscott2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of codequest
codequest

ASKER

Thanks for inputs, that should do it.