mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
5a63ece31d
Fixes #974
3 lines
106 B
Plaintext
3 lines
106 B
Plaintext
regexp_match('^(\w+)=([^;]+);', 'abc=def;ghi=jkl;')
|
|
{"col_0":"abc","col_1":"def"}
|