You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the standard result cannot be verified, do you think this should return {"color": "#FF00BB", "2": "FF", "3": "00"} or {"color": "#FF00BB", "2": "00", "3": "BB"}
Tips: regexp_extract_all also cannot be used, but its meaning is relatively clear
Summary
Description for this feature.
regexp_extract(string, pattern[, group = 0])
regexp_extract(string, pattern, name_list)
regexp_extract_all(string, regex[, group = 0])
reference: https://duckdb.org/docs/stable/sql/functions/regular_expressions.html
The text was updated successfully, but these errors were encountered: