Converts the string to path/case.
String toPathCase([String separator = '/']) => this.extractLowercaseComponents().join(separator);