I am using JS Animated Contact Form with this line of validation regex:
rx:{".name":{rx:/^[a-zA-Z'][a-zA-Z-' ]+[a-zA-Z']?$/,target:'input'}, other fields...
I just found out, that I can't enter name like "Müller". The regex will not accept this. What do I have to do, to allow also Umlauts?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…