RepoPilot

Does slugify split camelCase strings? Show me the relevant logic.

About sindresorhus/slugify · 2 messages · last activity 6/8/2026

Question

Does slugify split camelCase strings? Show me the relevant logic.

RepoPilot

Unfortunately, the index coverage for this repository is minimal, and the semantic search didn't return the implementation details. I recommend examining the main entry point file (index.js or index.ts) directly in the repository to see how the decamelize option is implemented.

FOLLOW_UPS:

  • How does the separator option work with camelCase?
  • What are the custom replacements defaults?
  • How does transliteration handle non-Latin scripts?

Want to ask your own question?

Open chat for sindresorhus/slugify

Public Q&A. Generated by RepoPilot from the actual source of sindresorhus/slugify. AI answers can be incomplete or stale — verify before relying on them.