gpt4 book ai didi

java - 使用 Java Pattern 和 Matcher 搜索包含正斜杠等标点符号的模式

转载 作者:太空宇宙 更新时间:2023-11-04 08:08:39 28 4
gpt4 key购买 nike

我有一个像这样的字符串:售价 4400 万美元或以上的所有商品的 1/80%/90/55所以基本上我会有一个带有模式的字符串:

"some number" "forward slash" "some text with any punctuation including a forward slash" "forward slash" "some number" "forward slash" "some number"

我不能只使用字符串标记器并对正斜杠进行标记,因为我的文本 block 中可能包含正斜杠。我对在 java 中使用模式和匹配器非常陌生。关于我如何做到这一点的任何线索?或者可能有用的教程?提前致谢!

最佳答案

这个正则表达式应该可以做到:

^(\d+)\/(.*?)\/(\d+)\/(\d+)$

演示:http://www.rubular.com/r/ZIhe8iE0L0

关于java - 使用 Java Pattern 和 Matcher 搜索包含正斜杠等标点符号的模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11634272/

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