字符串分割substring

substring

public String substring(int beginIndex,int endIndex)

返回一个新字符串,它是此字符串的一个子字符串。该子字符串从指定的 beginIndex 处开始,直到索引 endIndex - 1 处的字符。因此,该子字符串的长度为 endIndex-beginIndex。

示例:

 "hamburger".substring(4, 8) returns "urge"

 "smiles".substring(1, 5) returns "mile"

参数:

beginIndex - 起始索引(包括)。

endIndex - 结束索引(不包括)。

返回:

指定的子字符串。
全部评论

相关推荐

头像
11-09 12:17
清华大学 C++
out11Man:小丑罢了,不用理会
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务