php - Completely remove separators using slugify -


i using slugify generate users slug want remove dashes, dots, spaces , every type character considered separator.

this possible changing default separator empty string, this:

echo $slugify->slugify('a strange.example_user-name', ''); 

will return this:

astrangeexampleusername 

Comments

Popular posts from this blog

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -