Limit slugify separator to non-alphanumeric characters
See original GitHub issueIf you use an alphanumberic separator, you won’t be able to later change the separator with Table.rename
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
rlander/slugify: Slug generator for Clojure ... - GitHub
Simple slug generator. Transforms strings into URL slugs, removing non-alphanumeric characters and spaces. Optionally you can set the delimiter and maximum ...
Read more >PHP function to make slug (URL string) - Stack Overflow
public static function slugify($text, string $divider = '-') { // replace non ... Limits the output to alphanumeric characters, underscore (_) and dash...
Read more >Slugify a string to remove characters that can cause problems
slugify : Slugify a string to remove characters that can cause problems ... character to replace non-alphanumeric characters (Default: "").
Read more >sanitize_title_with_dashes() | Function
Limits the output to alphanumeric characters, underscore (_) and ... This function does not apply the sanitize_title filter to the title.
Read more >mongoose-url-slugs - npm
A simple URL based slug generator for mongoose models. ... separator) (Default: lowercases and replaces all non alphanumeric to seperator) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
💯 for talking it out.
Yes that’s fair and something I was thinking about. I may be falling way too deep in this slugify code. Let’s close this! Thanks for cutting me off.