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 e535778 commit cbc6738Copy full SHA for cbc6738
Sources/_StringProcessing/Regex/Options.swift
@@ -68,8 +68,8 @@ extension Regex {
68
wrapInOption(.unicodeWordBoundaries, addingIf: wordBoundaryKind == .default)
69
}
70
71
- /// Returns a regular expression where the start and end of input
72
- /// anchors (`^` and `$`) also match against the start and end of a line.
+ /// Returns a regular expression where the "any" metacharacter (`.`)
+ /// also matches against the start and end of a line.
73
///
74
/// - Parameter dotMatchesNewlines: A Boolean value indicating whether `.`
75
/// should match a newline character.
0 commit comments