Query strings
Prepare link-safe values for URLs and redirects.
Documentation
Encode or decode URLs, HTML entities, slash escapes, and regex-ready strings with adjustable presets.
Overview
Use the lab when text needs to survive URLs, HTML, or other escaped contexts.
Prepare link-safe values for URLs and redirects.
Escape or unescape snippets before you paste them elsewhere.
Normalize values before they are signed or compared.
Supported inputs
Walk through it
Workflow
Use this path when a value needs escaping before you paste it elsewhere.
Workflow
Use this path when you want the original text back.
What you get
The transformed value is ready for the destination format.
Recovered text appears in a copy-ready block.
Input and output lengths help you spot unexpected growth.
Avoid these mistakes
Pick the mode that matches the destination, not the source.
Avoid re-escaping text that is already encoded.
URL, raw URL, and HTML helpers have different rules.