gpt4 book ai didi

java - 如何替换字符串中的变音符号?

转载 作者:搜寻专家 更新时间:2023-10-31 08:03:43 24 4
gpt4 key购买 nike

是否有任何好的库可以将变音符号和特殊字符转换为“平面”表示?例如:

Ä -> AE
Ü -> UE
ß -> ss

有什么建议吗?

最佳答案

使用StringUtils,这不是众所周知的apache库。那就是解决你的问题。

replaceUmlauts

public static java.lang.String replaceUmlauts(java.lang.String string)

Replaces all umlauts in a string.
Umlaut Replacement
ä ae
ö oe
ü ue
ß ss

Parameters:
string - String, where the umlauts has to be replaced
Returns:
String without umlauts

关于java - 如何替换字符串中的变音符号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20420080/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com