We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We could extend character support by making use of PHP's Transliterator class. May even be faster too.
The text was updated successfully, but these errors were encountered:
It's faster then regex but we are even faster, when we use a simple "str_replace()" 🙂 -> see e.g. https://github.com/voku/urlify/blob/master/src/voku/helper/URLify.php#L152
Sorry, something went wrong.
I would love a PR for that if you're able to put one together.
You can now also test the Transliterator class, change "ASCII::to_transliterate" in the code and use the strict parameter. :)
No branches or pull requests
We could extend character support by making use of PHP's Transliterator class. May even be faster too.
The text was updated successfully, but these errors were encountered: