shekhargulati / strman-java

A Java 8 string manipulation library.

Home Page:https://shekhargulati.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add cleanDiacritics function

shekhargulati opened this issue · comments

This will be the function signature. Check if transliterate function already does this functionality.

public static String cleanDiacritics(String input)

Test cases it should pass:

cleanDiacritics("ääkkönen"); // "aakkonen"

closing this as Strman.transliterate does the job