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 6b95d83 commit e402860Copy full SHA for e402860
Sources/RegexBuilder/CharacterClass.swift
@@ -52,10 +52,6 @@ extension RegexComponent where Self == CharacterClass {
52
.init(unconverted: .anyGrapheme)
53
}
54
55
- public static var anyUnicodeScalar: CharacterClass {
56
- .init(unconverted: .anyUnicodeScalar)
57
- }
58
-
59
public static var whitespace: CharacterClass {
60
.init(unconverted: .whitespace)
61
0 commit comments