Translate to kebab case. This translator changes the text to lowercase and also replaces spaces by hyphens. The resulting style of text is often used as slugs in url like this "this-is-a-url-text".
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/kebab-case' , translator: 'kebab-case' }); </script> </div>