In a URL, according to this syntax, I want to use a different delimiter for separating path in a URL.
For example:
In this URL https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Generic_syntax
, I want to separate wiki/Uniform_Resource_Identifier
with a symbol other than /
, but I want to make sure it does not break the URL syntax formalized by IETF.
I am only concerned about the path, how do I separate its components like wiki
and Uniform_Resource_Identifier