79774869

Date: 2025-09-25 13:19:13
Score: 2
Natty:
Report link

Issue relies here : regexp_extract_all will return a list, use regexp_extract instead

regexp_extract_all :

Finds non-overlapping occurrences of regex in string and returns the corresponding values of group.

regexp_extract :

If string contains the regexp pattern, returns the capturing group specified by optional parameter group

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Baptiste