Now the apostrophe is correct

This commit is contained in:
Pinga 2024-10-03 13:44:39 +03:00
parent 1a2d703ea2
commit f655885ac7
2 changed files with 2 additions and 2 deletions

View file

@ -385,7 +385,7 @@ class SystemController extends Controller
$idntable = '/^(?!-)(?!.*--)[A-Z0-9-]{1,63}(?<!-)(.(?!-)(?!.*--)[A-Z0-9-]{1,63}(?<!-))*$/i';
break;
case 'cyrillic':
$idntable = '/^[а-яА-ЯґҐєЄіІїЇѝЍћЋљЈ0-9\'ѫѣѭ]+$/u';
$idntable = '/^[а-яА-ЯґҐєЄіІїЇѝЍћЋљЈ0-9ʼѫѣѭ]+$/u';
break;
case 'japanese':
$idntable = '/^[ぁ-んァ-ン一-龯々0-9]+$/u';