diff --git a/news/4.34/images/multiline-regex-improvement.png b/news/4.34/images/multiline-regex-improvement.png new file mode 100644 index 00000000..be2bb732 Binary files /dev/null and b/news/4.34/images/multiline-regex-improvement.png differ diff --git a/news/4.34/platform.html b/news/4.34/platform.html index e77a50b0..43be7406 100644 --- a/news/4.34/platform.html +++ b/news/4.34/platform.html @@ -42,6 +42,20 @@
+ When searching for a Regex in any searchbar, a new error message will show up if the regex is invalid. + The new Message will not only tell you that the regex is invalid, but it will also show you at which exact + location the error is located which makes it much easier to find and fix the mistake. +
++ +
+