gpt4 book ai didi

c++ - 在限制之间搜索 std::string

转载 作者:可可西里 更新时间:2023-11-01 17:57:20 27 4
gpt4 key购买 nike

如果您知道从哪里开始和结束搜索的字符串中的开始和结束位置。例如-

string s = StringStringString

|S |t |r |i |n |g |S |t |r |i |n |g |S |t |r |i |n |g
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

如何在字符串中找到“tr”,指定开始搜索的位置在索引 6 处,结束搜索的位置在索引 9 处。

我正在尝试设置一个搜索限制,这样它就不会超出它。

最佳答案

如果你真的想限制被遍历的序列的长度(大概是因为字符串比感兴趣的区域长),使用std::search并将相应的迭代器传递给字符串。

关于c++ - 在限制之间搜索 std::string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2394170/

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