Query parameter
- Input: LED display cost
LED%20display%20cost
Use component encoding for individual query values.
Encode or decode URL components, query strings, and full URLs locally in your browser.
encodeURIComponent(value) -> percent-encoded componentLED%20display%20cost
Use component encoding for individual query values.
https://example.com/search?q=hello%20world
Use full URL encoding when the scheme and separators should remain readable.