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

Predicate asciiPrintable

Gets the ASCII code for char. Only the easily printable chars are included (so no newline, tab, null, etc).

Import path

import codeql.util.Strings
int asciiPrintable(string char)