We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e9feb commit 5f9f42bCopy full SHA for 5f9f42b
1 file changed
README.md
@@ -24,7 +24,7 @@ one SSN -> 111-11-1111
24
text.replace(ssnRegex, with: "___")
25
// text is now:
26
// one SSN -> ___
27
-// ⬛︎⬛︎⬛︎ <- another SSN
+// ___ <- another SSN
28
}
29
```
30
@@ -133,7 +133,7 @@ let package = Package(
133
name: "MyPackage",
134
dependencies: [
135
.package(
136
- url: "https://github.com/ladvoc/BijectiveDictionary.git",
+ url: "https://github.com/DandyLyons/NativeRegexExamples",
137
.upToNextMinor(from: "0.0.1")
138
)
139
],
0 commit comments