💡
Full URL Mode Selected
Perfect for complete URLs. Preserves URL structure (://?#&=) while encoding spaces and special characters.
💡 Use this for complete URLs that need to remain functional after encoding
Example
Input:
https://example.com/search?q=hello world
Output:
https://example.com/search?q=hello%20world
✅ Still a clickable URL!