That way, when you need to use sed for editing text containing it, your pattern can be more interesting:
sed 's/SSH\/HTTP\/3/SSH over HTTP\/3/g'
sed 's:SSH/HTTP/3:SSH over HTTP/3:g'
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
That way, when you need to use sed for editing text containing it, your pattern can be more interesting: