package
1.1.2
Repository: https://github.com/nitesculucian/hacks.git
Documentation: pkg.go.dev

# README

qscape

Why?

It stands for QueryUnescape function in golang.

Usage Example

echo "http://example.com/?a=a" | qsreplace 'he<script>' | qscape 

Output:

http://example.com/?a=he<script>

Install

You can install using go:

go install -v github.com/NitescuLucian/hacks/qscape@latest

Contact me at @LucianNitescu