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 d3af8c5 commit 90499c0Copy full SHA for 90499c0
swift/ql/lib/codeql/swift/regex/internal/ParseRegex.qll
@@ -121,7 +121,7 @@ abstract class RegExp extends Expr {
121
)
122
}
123
124
- /** Whether there is a character class, between start (inclusive) and end (exclusive) */
+ /** Whether there is a character class, between start (inclusive) and end (exclusive). */
125
predicate charSet(int start, int end) {
126
exists(int innerStart, int innerEnd |
127
this.charSetStart(start, innerStart) and
0 commit comments