You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/expected/test_sql_str_func.sh_949ffd...

130 B

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