-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Please add url encode/decode functionality.
Update:
I see there is already functionality using encodeURIComponent (not documented, BTW).
Maybe you can split this into 2 cases:
- String to Encoded Url: will use encodeURI()
- String to Encoded Url Component: will use encodeURIComponent()
mccarthyp-snet, daniel-liuzzi, DDeis, hrvoj3e and HoldYourWaffle