gpt4 book ai didi

regex - 除了空格用双引号引起来之外,Perl如何在空格上分割行?

转载 作者:行者123 更新时间:2023-12-04 22:17:14 24 4
gpt4 key购买 nike

我有以下字符串:

StartProgram    1   ""C:\Program Files\ABC\ABC XYZ"" CleanProgramTimeout    1   30

I need a regular expression to split this line but ignore spaces in double quotes in Perl.

The following is what I tried but it does not work.

(".*?"|\S+)

最佳答案

从前,我还尝试重新发明轮子,自己解决这个问题。

现在我只用Text::ParseWords
并让它为我完成工作。

关于regex - 除了空格用双引号引起来之外,Perl如何在空格上分割行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1566035/

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