codeql/javascript-all
2.1.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if the NFA has a transition from q1 to q2 labelled with lbl.
q1
q2
lbl
import codeql.regex.nfa.NfaUtils
predicate delta(State q1, EdgeLabel lbl, State q2)