Nikola Stojkoski
Results
1
issues of
Nikola Stojkoski
Context: https://clickhouse.com/docs/en/sql-reference/functions/string-search-functions#match > Unlike re2's default behavior, `.` matches line breaks. To disable this, prepend the pattern with `(?-s)`. **Describe what's wrong** Prepending the pattern with `(?-s)` to disable `.`...
potential bug