1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00
lnav/test/expected/test_sql_str_func.sh_949ffd5b2ef9fbcbe17f2e61ef7750f7038f6fd6.out

130 B

regexp_match('^(\w+)=([^;]+);', 'abc=def;ghi=jkl;')
{"col_0":"abc","col_1":"def"}