CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module StringOps::StartsWith

Provides classes implementing prefix test expressions.

Import path

import codeql.ruby.StringOps

Classes

Range

A expression that is equivalent to A.start_with?(B) or !A.start_with?(B).