Update README.md

This commit is contained in:
visionmercer 2022-05-21 08:22:16 +02:00 committed by GitHub
commit 92d26057f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,5 +50,8 @@ Solarize image
## [Truncate.bm](https://github.com/visionmercer/qb64-include/blob/main/truncate.bm) ## [Truncate.bm](https://github.com/visionmercer/qb64-include/blob/main/truncate.bm)
Truncate given value to a value between 0 and 255 Truncate given value to a value between 0 and 255
## [Urldecode.bm](https://github.com/visionmercer/qb64-include/blob/main/urldecode.bm)
Decodes URL-encoded string.
## [Urlencode.bm](https://github.com/visionmercer/qb64-include/blob/main/urlencode.bm) ## [Urlencode.bm](https://github.com/visionmercer/qb64-include/blob/main/urlencode.bm)
Applies URL encoding to a given string. Applies URL encoding to a given string.