My project need to validate slug and Laravel does not handle Persian slug validator.So I have to use Regex.My slugs are like These:
/sony-صوتی-و-تصویری-15
/لباس-خوشگل-مجلسی
/songs-birds-15
I not found regex for pass this slugs. Do you have a solution?