package io.gitlab.jfronny.translater.interfaces; public interface StringTransformer { String transform(String str); }