Topic
Tagged “url”
3 pieces
All topics
- ResourceToolURL Encoder/DecoderRound-trip query strings and path segments through encodeURI / encodeURIComponent. Debugging redirects and OAuth callbacks goes faster when you can see the percent-encoded shape directly.
- 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.
- ResourceToolUTM BuilderCompose UTM-tagged URLs for campaigns. Source, medium, campaign, term, content — auto-encoded, one-click copy. Marketing-grade links should not require remembering five parameter names every time.