Welcome Guest, Not a member yet? Register   Sign In
Multilanguage validation with German "Umlaute"
#3

That was not as hard as I thougt. I saw regex in the docs, regex but regex is regex... Smile 

So my working solution is now:
PHP Code:
'surename'  => 'required|regex_match[/[a-zA-Z ÄäÖöÜüß]/]|min_length[2]'// instead alpha_space
'street_no' => 'required|regex_match[/[a-zA-Z0-9 ÄäÖöÜüß]/]|min_length[5]'// instead alpha_numeric_space 
Thank you and cheers - or "Prost" as we say Smile
Reply


Messages In This Thread
RE: Multilanguage validation with German "Umlaute" - by sprhld - 01-04-2022, 12:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB