codeql/javascript-all
2.5.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import javascript
A expression that is equivalent to A.startsWith(B) or !A.startsWith(B).
A.startsWith(B)
!A.startsWith(B)