gpt4 book ai didi

regex - 用于提取方括号或大括号之间文本的正则表达式

转载 作者:行者123 更新时间:2023-12-04 17:41:43 28 4
gpt4 key购买 nike

与我的相关 previous question ,我有以下格式的字符串:

this {is} a [sample] string with [some] {special} words. [another one]

提取方括号或大括号内的单词的正则表达式是什么,即。
{is}
[sample]
[some]
{special}
[another one]

注意:在我的用例中,括号不能嵌套。我还想保留封闭字符,以便在处理结果时可以区分它们之间的区别。

最佳答案

简单地或 ( | ) 您希望匹配的不同事物:
\[.*?\]|\{.*?\}

关于regex - 用于提取方括号或大括号之间文本的正则表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2403678/

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