Code: Select all
$pattern = '#^[a-ząčęėįšųūž]+$#i';EDIT: it seems the chars got converted to &#stuff;.
Moderator: General Moderators
Code: Select all
$pattern = '#^[a-ząčęėįšųūž]+$#i';