I'm quite new to javascript and I can't find a single guide how to check string format (except whole code how to check e-mail etc).
So I need to check if my variable is in this format - applicationcode0001.
The text is not going to change - so something like this - variable=="applicationcode"+[number]+[number]+[number]+[number]
If you can provide me some link how to check string variables like that, I will be super happy.
Thanks, MJ