Contact: aviboots(AT)netvision.net.il
40,875 questions
53,283 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>