Link to home
Start Free TrialLog in
Avatar of m0tSiE
m0tSiE

asked on

Check text in textbox is in a certain format?

Hi,

I currently have a textbox that allows users to enter text into as normal, however I want to make sure that the text entered is in the following format.

XX000000X

X = Letter
0 = Number

Is there a way I can check this on a button press? So if the text is in that format, perform the action, else display a popup box asking the user to enter the text in the correct format.

Many thanks,

Paul.
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

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
ASKER CERTIFIED 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
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 m0tSiE
m0tSiE

ASKER

Cheers.