91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

在Swift 3.0中使用String.range

小云
138
2023-09-27 08:58:39
欄目: 編程語言

在Swift 3.0中,你可以使用String.range來獲取子字符串在原始字符串中的位置。這里是一個簡單的示例:

let str = "Hello, World!"
let range = str.range(of: "World")
if let range = range {
let startIndex = str.distance(from: str.startIndex, to: range.lowerBound)
let endIndex = str.distance(from: str.startIndex, to: range.upperBound)
print("Found at index \(startIndex) to \(endIndex)")
} else {
print("Not found")
}

輸出結果將是 “Found at index 7 to 12”,表示子字符串 “World” 在原始字符串中的位置范圍。

0
濉溪县| 剑阁县| 饶河县| 兰坪| 黔西县| 厦门市| 泗洪县| 新民市| 玛多县| 兴山县| 南靖县| 民勤县| 抚州市| 通州区| 昭平县| 河西区| 阿城市| 绵竹市| 当雄县| 宁城县| 曲周县| 霍州市| 建平县| 凌源市| 吕梁市| 平谷区| SHOW| 特克斯县| 板桥市| 安宁市| 甘孜县| 仙游县| 德江县| 万载县| 凤山市| 蓬安县| 南召县| 佛教| 鄯善县| 鹰潭市| 西畴县|