gpt4 book ai didi

regex - 正则表达式匹配管道分隔字符串与管道转义

转载 作者:行者123 更新时间:2023-12-05 09:22:11 26 4
gpt4 key购买 nike

我想获得管道分隔字符串的单个字符串,支持“管道转义”,例如:

fielda|field b |field\|with\|pipe\|inside

会得到我:

array("fielda", "field b ", "field|with|pipe|inside")

我如何使用正则表达式实现该目标?

最佳答案

Split  by this (?<!\\)\|

查看演示。lookbehind 确保 | 不在 \ 之后。

https://regex101.com/r/pM9yO9/15

关于regex - 正则表达式匹配管道分隔字符串与管道转义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28200875/

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