codeql/ruby-all
3.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Provides classes implementing suffix test expressions.
import codeql.ruby.StringOps
An expression that is equivalent to A.end_with?(B) or !A.end_with?(B).
A.end_with?(B)
!A.end_with?(B)