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
The feature will convert a given string into a URL-friendly slug, using a combination of string manipulation and Unicode normalization.
It will perform as follows:
For example: "Where to find best cafés in Bhopal?" will be converted into "where-to-find-best-cafes-in-bhopal".
Arunima Singh
SWOC'25 Contributor
The text was updated successfully, but these errors were encountered:
🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.
Feel free to join our community on Discord to discuss more!
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Feature Description
The feature will convert a given string into a URL-friendly slug, using a combination of string manipulation and Unicode normalization.
It will perform as follows:
For example:
"Where to find best cafés in Bhopal?" will be converted into "where-to-find-best-cafes-in-bhopal".
Record
Full Name
Arunima Singh
Participant Role
SWOC'25 Contributor
The text was updated successfully, but these errors were encountered: