Contact: aviboots(AT)netvision.net.il
41,321 questions
53,836 answers
573 users
<!DOCTYPE html> <html> <body> <form action=""> 5 Letters only [A-Za-z]: <input type="text" name="country_code" pattern="[A-Za-z]{5}"> <input type="submit"> </form> </body> </html>