Add a test

This commit is contained in:
Alexey Milovidov 2021-12-19 12:11:23 +03:00
parent cee850b3be
commit 0db88e3700
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
here: Hello, World!

View File

@ -0,0 +1 @@
select replaceRegexpAll('Hello, World!', '^', 'here: ');