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_a610798f...

676 B

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