Hi everyone,
on one of my sites I have many registrations from spam bots. All the registrations have in common, that the last name ends in two capital letters like mugtustintyFY or HerbertImistUM.
Now I try to validate the last name field in my registration form using regex, but Community Bilder complains about my expression not being valid.
Here is the regex string, I try to insert:
Code:
^(.*)?+(?<!([A-Z]{2}))$
Could anyone please tell me, what's wrong with my expression?
Best Regards
Markus