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_regexp.sh_219a579c...

686 B

✘ error: “^(” is not a valid regular expression
reason: missing closing parenthesis
--> command-option:1
| ;SELECT * from regexp_capture_into_json('abc=def;ghi=jkl;', '^(')
--> pattern
| ^(
| ^ missing closing parenthesis