Class Raw::RegexLiteralExpr
INTERNAL: Do not use.
A regular expression literal which is checked at compile time, for example /a(a|b)*b/.
Import path
import codeql.swift.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getPattern | Gets the pattern of this regular expression. |
| getVersion | Gets the version of the internal regular expression language being used by Swift. |
| toString |