https://github.com/anpep/urlencode
urlencode URL-encodes
https://github.com/anpep/urlencode
Last synced: about 2 months ago
JSON representation
urlencode URL-encodes
- Host: GitHub
- URL: https://github.com/anpep/urlencode
- Owner: anpep
- Created: 2022-04-13T21:53:02.000Z (about 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-04-13T21:54:27.000Z (about 3 years ago)
- Last Synced: 2025-01-30T18:34:03.151Z (4 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# urlencode
`urlencode` URL-encodes.
## Usage
```
$ echo "Hello, world!" | urlencode
Hello%2C%20world%21
```