We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e2910 commit 86153beCopy full SHA for 86153be
javascript/ql/src/semmle/javascript/StringOps.qll
@@ -5,6 +5,9 @@
5
import javascript
6
7
module StringOps {
8
+ /**
9
+ * A expression that is equivalent to `A.startsWith(B)` or `!A.startsWith(B)`.
10
+ */
11
class StartsWith extends DataFlow::Node {
12
StartsWith::Range range;
13
0 commit comments