I want to create a site with a title provided from a user and use the title as the site url. However I want to remove spaces and diacritics.
I replace spaces with a hyphen, and I run RemoveDiacritics as described here.
Is there a suitable method in Sharepoint API (like SPUtility or so) to achieve this goal.