Topic
Tagged “string”
2 pieces
All topics
- ResourceToolString Case ConverterConvert any string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case, or flat upper/lower. Renaming things across a codebase reads faster when every variant is one click away.
- ResourceToolSlug GeneratorTurn any text into a URL-safe slug. Strips diacritics, collapses whitespace, picks - or _ separators. Authoring titles for blog posts, projects, or storage keys without hand-rolling the same regex every time.