Sunday, 15 September 2013

Regular Expression to limit consecutive capitalization

Regular Expression to limit consecutive capitalization

I need to validate an input so that no "individual" word within the
textbox can contain more than 3 consecutive capital letters. The following
doesn't seem to be working:
[A-Z]{3,}
This is a VB application.
Thank you very much.

No comments:

Post a Comment