Skip to content

Commit e402860

Browse files
committed
Remove CharacterClass.anyUnicodeScalar
We have decided not to support this for now.
1 parent 6b95d83 commit e402860

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/RegexBuilder/CharacterClass.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ extension RegexComponent where Self == CharacterClass {
5252
.init(unconverted: .anyGrapheme)
5353
}
5454

55-
public static var anyUnicodeScalar: CharacterClass {
56-
.init(unconverted: .anyUnicodeScalar)
57-
}
58-
5955
public static var whitespace: CharacterClass {
6056
.init(unconverted: .whitespace)
6157
}

0 commit comments

Comments
 (0)