codeql/ruby-all
4.1.0
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
A zero-width lookahead or lookbehind assertion.
Examples:
(?=\w) (?!\n) (?<=\.) (?<!\\)