Translate to path case. This translator changes the special characters by forward slashes "/". The resulting style of text is often used as filesystem paths "directory/top/god".
Cut and Paste the code below to embed the translator in your web page.
<div class="ftembed"> <script src="https://funtranslations.com/extensions/embed/v1/funtranslations.embed.js"></script> <script> FunTranslations.Embed.render({url: '/translate/path-case' , translator: 'path-case' }); </script> </div>