toUriIdentifier

Converts this string to a URI-like identifier:

  • Lowercased

  • Whitespace runs are replaced with dashes.

  • Characters other than Unicode letters, Unicode digits and - are stripped.

Example: "Hello, World!" ->"hello-world".

Return

URI-like identifier string