In laravel 5.8 I need to write some content from DB to files on disks where the name of the file would be title field and I wonder how can I remove special characters from the title?
The title field is text English commonly but can contain digits or maybe different chars like “&^<”.
Does laravel/PHP have any method to remove these special characters?
Ubuntu 18, LAMP, php 7.2 used.