i've a problem with my regex here my rules :
my regex is actually :
/^[A-Z][A-Z\s]*[^&'()._]$/i
that's almost all I need, but it accept for exemple
POTATOé
when it shouldn't
and it doesn't accept POTATOéé which is normal
if anyone has the solution it would be very helpful
I finnaly find the solution
^[A-Z\u0500-\uFFE5А-я\s^&'()._]*$