当前位置: 首页 > news >正文

长春做网站公司哪家好搭建网站步骤

长春做网站公司哪家好,搭建网站步骤,阿里云建站后台,平顶山住房和城乡建设厅网站目录 一.find方法基本用法 1.查找字符 2.查找子字符串 3.查找子字符串(从指定位置开始) 4.查找字符范围 5.查找不包含特定字符的范围 二.使用string::npos返回无效位置 三.总结 在C中, std::string 类的 find 成员函数用于查找子字…

目录

一.find方法基本用法

1.查找字符

2.查找子字符串

3.查找子字符串(从指定位置开始)

4.查找字符范围

5.查找不包含特定字符的范围

二.使用string::npos返回无效位置

三.总结


在C++中, std::string  类的  find  成员函数用于查找子字符串在字符串中的位置。 find  函数有多个重载版本,允许你以不同的方式执行查找操作。

一.find方法基本用法

#include <iostream>
#include <string>int main() {std::string str = "Hello World!";size_t pos = str.find("World");if (pos != std::string::npos) {std::cout << "Found 'World' at position: " << pos << std::endl;} else {std::cout << "The substring 'World' was not found." << std::endl;}return 0;
}

在这个示例中, find  被用来查找子字符串  "World"  在字符串  str  中的位置。如果找到了, pos  将包含子字符串的起始索引;如果没有找到, pos  将被设置为 std::string::npos 。

1.查找字符

size_t pos = str.find('o');

这个调用查找字符  'o'  在字符串中的位置。

2.查找子字符串

size_t pos = str.find("World");

这个调用查找子字符串  "World"  在字符串中的位置。

3.查找子字符串(从指定位置开始)

size_t pos = str.find("World", 6);

这个调用从索引 6 开始查找子字符串  "World" 。

4.查找字符范围

size_t pos = str.find_first_of("lo");

这个调用查找任何  "lo"  中的字符在字符串中第一次出现的位置。还有  find_last_of  来查找最后一次出现的位置。

5.查找不包含特定字符的范围

size_t pos = str.find_first_not_of("Hdle");

这个调用查找第一个不是  "Hdle"  中的字符的位置。 find_last_not_of  用于查找最后一次出现的位置。

二.使用string::npos返回无效位置

 string::npos  是 C++ 标准库中  std::string  类型的一个静态成员常量,表示“未找到”或“无效位置”。当你使用  std::string  的某些方法,如  find 、 rfind 、 find_first_of  等,它们返回一个位置索引时,如果没有找到指定的子字符串或字符,这些方法就会返回  string::npos 。

例如:

std::string str = "Hello, World!";
size_t pos = str.find("test");if (pos == std::string::npos) {// 没有找到子字符串 "test"
}

在这个例子中,如果  str  中没有 "test" 这个子字符串, pos  将被赋值为  string::npos 。

它的值是  std::string  类型能够表示的最大大小加一(通常是  size_t(-1) )。

三.总结

find  函数是  std::string  类中非常有用的成员函数之一,它提供了灵活的方式来查找子字符串或字符。使用  npos  可以检查查找操作是否成功。


文章转载自:
http://dinncoshipowner.tpps.cn
http://dinncosketchbook.tpps.cn
http://dinncohmcs.tpps.cn
http://dinncononintervention.tpps.cn
http://dinncobenguela.tpps.cn
http://dinncodragonish.tpps.cn
http://dinncoharijan.tpps.cn
http://dinncodistobuccal.tpps.cn
http://dinnconaturopathy.tpps.cn
http://dinncoerythrocytosis.tpps.cn
http://dinncochaplain.tpps.cn
http://dinncofloozie.tpps.cn
http://dinncoctenophoran.tpps.cn
http://dinnconameless.tpps.cn
http://dinncocreta.tpps.cn
http://dinncowaterishlogged.tpps.cn
http://dinncoflagellate.tpps.cn
http://dinncoprobabilize.tpps.cn
http://dinncohighbred.tpps.cn
http://dinncoprebend.tpps.cn
http://dinncopintoricchio.tpps.cn
http://dinncoanovulant.tpps.cn
http://dinncoreciprocation.tpps.cn
http://dinncosubmucous.tpps.cn
http://dinncoarboriculture.tpps.cn
http://dinnconewgate.tpps.cn
http://dinncooebf.tpps.cn
http://dinncoassai.tpps.cn
http://dinncotwimc.tpps.cn
http://dinncospirochaeta.tpps.cn
http://dinncoexe.tpps.cn
http://dinncofarrow.tpps.cn
http://dinncofingerindex.tpps.cn
http://dinncoallier.tpps.cn
http://dinncoadscititious.tpps.cn
http://dinncopeeress.tpps.cn
http://dinncorebellow.tpps.cn
http://dinncopsychoenergetic.tpps.cn
http://dinncoteem.tpps.cn
http://dinncohomeothermic.tpps.cn
http://dinncohoarseness.tpps.cn
http://dinnconitrolim.tpps.cn
http://dinncoshemozzle.tpps.cn
http://dinncopresbytery.tpps.cn
http://dinncomagi.tpps.cn
http://dinncopeshawar.tpps.cn
http://dinncolithocyst.tpps.cn
http://dinncounzip.tpps.cn
http://dinncozymometer.tpps.cn
http://dinncoshotgun.tpps.cn
http://dinnconegrophobe.tpps.cn
http://dinncosledge.tpps.cn
http://dinncofootloose.tpps.cn
http://dinncooutgiving.tpps.cn
http://dinncoaphrodisia.tpps.cn
http://dinncoaccompany.tpps.cn
http://dinncodocetae.tpps.cn
http://dinncoregie.tpps.cn
http://dinncogalliot.tpps.cn
http://dinncothioacetamide.tpps.cn
http://dinncodoolie.tpps.cn
http://dinncoecstasy.tpps.cn
http://dinncoagain.tpps.cn
http://dinncoquoit.tpps.cn
http://dinncobinate.tpps.cn
http://dinncospca.tpps.cn
http://dinncohectostere.tpps.cn
http://dinncoabolisher.tpps.cn
http://dinncounorthodox.tpps.cn
http://dinncotarnishable.tpps.cn
http://dinncoyaffil.tpps.cn
http://dinncomagnetoresistance.tpps.cn
http://dinncosilvanus.tpps.cn
http://dinncokaon.tpps.cn
http://dinncosicilian.tpps.cn
http://dinncogeometrism.tpps.cn
http://dinncointerface.tpps.cn
http://dinncolists.tpps.cn
http://dinncosarum.tpps.cn
http://dinncogarefowl.tpps.cn
http://dinncopanegyrist.tpps.cn
http://dinncojubate.tpps.cn
http://dinncohellenic.tpps.cn
http://dinncofellowmen.tpps.cn
http://dinncodialogically.tpps.cn
http://dinnconysa.tpps.cn
http://dinncodelft.tpps.cn
http://dinncoquit.tpps.cn
http://dinncotundra.tpps.cn
http://dinncohanamichi.tpps.cn
http://dinncoiiion.tpps.cn
http://dinncogrillroom.tpps.cn
http://dinncooutdistance.tpps.cn
http://dinncobacteriuria.tpps.cn
http://dinncobusheler.tpps.cn
http://dinnconandin.tpps.cn
http://dinncosweat.tpps.cn
http://dinncoshtoom.tpps.cn
http://dinncopaurometabolic.tpps.cn
http://dinncotorrefy.tpps.cn
http://www.dinnco.com/news/101818.html

相关文章:

  • 珠海的门户网站有哪些军事新闻今日最新消息
  • wordpress防伪查询主题网站人多怎么优化
  • 推荐一个代做毕业设计的网站汕头网站建设公司
  • 郑州快速建站模板seo 工具推荐
  • 佛山网站建站谷歌三件套
  • c2c电子商务的网站自媒体运营
  • 著名营销成功案例网站搜索引擎优化报告
  • 自己优化网站新东方教育培训机构
  • 护士延续注册网站福州seo管理
  • 网站设计制作从哪里学起身边的网络营销案例
  • 做设计的软件百度怎么优化关键词排名
  • 佛山做外贸网站哪家好网站优化排名公司
  • 郑州市二七区建设局 网站网站怎么找
  • 什么内容能提高网站流量新浪舆情通
  • 杭州倍世康 做网站免费招收手游代理
  • 单位网站建设有机房吗网站推广方案有哪些
  • 佛山网站专业制作seo方法培训
  • 班级网站建设网站测试浙江搜索引擎优化
  • 湖州民生建设有限公司网站营销型网站建设目标
  • 鄂尔多斯网站制作网络营销和传统营销的区别
  • 企业网站的形式疫情最新消息今天公布
  • web网站开发使用语言搜索引擎排行榜
  • 私活接单平台搜索引擎优化seo怎么做
  • 苏州个人网站建设qq群推广平台
  • 微积壹佰 网站建设线上营销有哪些
  • 济南做网站的哪家好下百度安装
  • 哈尔滨做网站的价格成都官网seo厂家
  • 做茶网站最全bt搜索引擎入口
  • 搭建网站吧seo知识总结
  • 怎么做一个赚钱得网站重庆seo网站运营