All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.power.common.util.PinyinUtil Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package com.power.common.util;

/**
 * Created by yu on 2017/8/13.
 */
public class PinyinUtil {

    /**
     * Get the initials of Chinese Pinyin
     *
     * @param str String content
     * @return string
     */
    public static String getFirstLetter(String str) {
        return null;
    }

    /**
     * Get the first letter of a person's name in Pinyin
     *
     * @param str String content
     * @return string
     */
    public static String getFirstLetterPerson(String str) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy