CodeQL library for Swift
codeql/swift-all 5.0.6-dev (changelog, source)
Search

Module RegexLiteralExpr

This module provides the public class RegexLiteralExpr.

Import path

import codeql.swift.elements.expr.RegexLiteralExpr

Imports

LiteralExpr

This module provides the public class LiteralExpr.

Aliases

RegexLiteralExpr

A regular expression literal which is checked at compile time, for example /a(a|b)*b/.