Update ruby/ql/lib/change-notes/2022-02-28-regex-string-literals.md

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Arthur Baars
2022-03-02 21:13:23 +01:00
committed by GitHub
parent ea8187c771
commit 692fc4cb02

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* The `Regex` class now an abstract class that extends `StringlikeLiteral` with implementations for `RegExpLiteral` and string literals that 'flow' into functions that are known to interpret string arguments as regular expressions such `Regex.new` and `String.match`.
* The `Regex` class is now an abstract class that extends `StringlikeLiteral` with implementations for `RegExpLiteral` and string literals that 'flow' into functions that are known to interpret string arguments as regular expressions such as `Regex.new` and `String.match`.