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

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

package com.power.common.util;

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

    /**
     * 获取汉字的首字母
     *
     * @param str String content
     * @return string
     */
    public static String getFirstLetter(String str) {
        return null;
    }

    /**
     * 获取人名拼音首字母
     *
     * @param str String content
     * @return string
     */
    public static String getFirstLetterPerson(String str) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy