We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79d699 commit e53faf4Copy full SHA for e53faf4
Boyer-Moore/BoyerMoore.playground/Contents.swift
@@ -45,4 +45,4 @@ let s = "Hello, World"
45
s.indexOf(pattern: "World") // 7
46
47
let animals = "🐶🐔🐷🐮🐱"
48
-//animals.indexOf(pattern: "🐮") // 6
+animals.indexOf(pattern: "🐮") // 6
0 commit comments