You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2022. It is now read-only.
/// Searches and returns the index within the string of the first occurrence of `searchStr`.
@@ -27,8 +27,8 @@ extension String {
27
27
///
28
28
/// - Returns: The index within the calling String object of the first occurrence of `searchStr`, starting the search at `position`. Returns `nil` if the value is not found.
0 commit comments