亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

如何用c++ string匹配查找子串位置

c++
小樊
94
2024-09-25 08:50:11
欄目: 編程語言

在C++中,你可以使用std::string類的成員函數find()來查找子串的位置。下面是一個簡單的例子:

#include <iostream>
#include <string>

int main() {
    std::string str("Hello, welcome to the world of C++!");
    std::string sub("C++");

    size_t pos = str.find(sub);

    if (pos != std::string::npos) {
        std::cout << "Found '" << sub << "' at position " << pos << std::endl;
    } else {
        std::cout << "'" << sub << "' not found in the string." << std::endl;
    }

    return 0;
}

在這個例子中,我們在字符串"Hello, welcome to the world of C++!"中查找子串"C++"find()函數返回子串在母串中首次出現的位置(從0開始計數)。如果子串不存在于母串中,find()函數將返回std::string::npos

0
温泉县| 绍兴市| 定襄县| 邳州市| 洪洞县| 都兰县| 天水市| 崇文区| 隆安县| 灌南县| 柞水县| 公安县| 吉隆县| 青浦区| 宜城市| 临洮县| 孟村| 涿鹿县| 蓝山县| 罗甸县| 饶阳县| 涟水县| 广德县| 铁岭县| 昔阳县| 前郭尔| 泾源县| 衡阳市| 临沭县| 南召县| 龙江县| 师宗县| 和平县| 中卫市| 姜堰市| 凉山| 嘉祥县| 新密市| 苗栗市| 昌邑市| 长垣县|