单选题String对象的哪个方法可以寻找子字符串并返回该子字符串?()Amatch()BindexOf()Csearch()Dconcat()
单选题
String对象的哪个方法可以寻找子字符串并返回该子字符串?()
A
match()
B
indexOf()
C
search()
D
concat()
参考解析
解析:
暂无解析
相关考题:
使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A、字符串"helloworld"中不包含G字符,indexOf返回0B、字符串"helloworld"中不包含G字符,indexOf返回nullC、字符串"helloworld"中不包含G字符,indexOf返回-1D、字符串"helloworld"中不包含G字符,indexOf返回1
函数String(n,"strsdfsdfsdf")的功能是()A、把数值型数据转换为字符串B、返回由n个"s"字符C、从字符串"strsdfsdfsdf")中取出前n个字符D、从字符串中第n个字符的位置开始取子字符串
下列关于字符串的描叙中错误的是()。A、字符串是对象B、String对象存储字符串的效率比StringBuffer高C、可以使用StringBuffer sb="这里是字符串"声明并初始化StringBuffer对象sbD、String类提供了许多用来操作字符串的方法:连接,提取,查询等
下面哪个方法能判断字符串中是否存在和指定正则表达式匹配的字符串;是则返回true,否则返回false:()A、RegExp 对象的 test()方法B、RegExp 对象的 exec()方法C、String 对象的 search()方法D、String 对象的 match()方法
单选题使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A字符串helloworld中不包含G字符,indexOf返回0B字符串helloworld中不包含G字符,indexOf返回nullC字符串helloworld中不包含G字符,indexOf返回-1D字符串helloworld中不包含G字符,indexOf返回1
单选题下面哪个方法能判断字符串中是否存在和指定正则表达式匹配的字符串;是则返回true,否则返回false:()ARegExp 对象的 test()方法BRegExp 对象的 exec()方法CString 对象的 search()方法DString 对象的 match()方法
单选题函数String(n,"strsdfsdfsdf")的功能是()A把数值型数据转换为字符串B返回由n个s字符C从字符串strsdfsdfsdf)中取出前n个字符D从字符串中第n个字符的位置开始取子字符串