gpt4 book ai didi

c++ - Boost tokenizer 将引用的字符串视为一个标记

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:26:00 25 4
gpt4 key购买 nike

有没有办法让 Boost 分词器在不拆分引用部分的情况下拆分字符串下方?

string s = "1st 2nd \"3rd with some comment\" 4th";

Exptected output:
1st
2nd
3rd with some comment
4th

最佳答案

您可以使用分词器库中的 escaped_list_separator。参见 this question有关如何将其应用于您的问题的更多详细信息。

关于c++ - Boost tokenizer 将引用的字符串视为一个标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10845281/

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