Appearance
Transform a string to dash-case.
dash-case
import { dashCase } from '@studiometa/js-toolkit/utils'; dashCase('Some String Content'); // some-string-content
string