Hello, I have this code that I created, but it does not accept accents ...
!preg_match('#^[a-z0-9\-+, .\#*()\/]+$#i', $ads_title)
How do I accept accents of any letter?
Hello, I have this code that I created, but it does not accept accents ...
!preg_match('#^[a-z0-9\-+, .\#*()\/]+$#i', $ads_title)
How do I accept accents of any letter?