question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Limit slugify separator to non-alphanumeric characters

See original GitHub issue

If you use an alphanumberic separator, you won’t be able to later change the separator with Table.rename.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
onyxfishcommented, Feb 27, 2017

💯 for talking it out.

0reactions
nbedicommented, Feb 27, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found