gpt4 book ai didi

java - 在仅包含 "\n"的字符串中搜索换行符的字符串

转载 作者:行者123 更新时间:2023-11-30 09:43:13 25 4
gpt4 key购买 nike

我有一个非常恼人的问题,我无法解决 :(

private static final String NEW_LINE = System.getProperty("line.separator");
text = "\n";
int count = text.split(NEW_LINE).length;

count 在应该返回 1 时一直返回 0我认为这是因为 \n 实际上不是字符串而是换行符。

有办法解决这个问题吗?

最佳答案

Split 使用正则表达式。使用“\\n”字符串进行拆分。

关于java - 在仅包含 "\n"的字符串中搜索换行符的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8418236/

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