package acme.text; public final class Slug { private Slug() {} public static String of(String s) { return acme.text.internal.Helper.clean(s); } }