Instead of the / which surrounds the pattern and replacement string, you
can use any other single-byte character, but not an alphanumeric character,
\, " or |. This is useful if you want to include a / in the search
pattern or replacement string.
I was looking for something similar, to search for register values containing the / character (to record a macro). The solution was to search using the ? token instead of the /.