mirror of
https://github.com/github/codeql.git
synced 2026-07-24 20:52:03 +02:00
2 lines
87 B
JavaScript
2 lines
87 B
JavaScript
if (/(?:start|end)(\[*|\{*)abc\2:(.*)/.test(input))
|
|
console.log("Found the pattern."); |