Skip to content

Commit

Permalink
fix: rename regex_string_split to regexp_string_split (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook authored Nov 30, 2022
1 parent 6752a65 commit f9f4967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/functions_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ scalar_functions:
description: A character used for splitting the string.
return: "List<string>"
-
name: regex_string_split
name: regexp_string_split
description: >-
Split a string into a list of strings, based on a regular expression pattern. The
substrings matched by the pattern will be used as the separators to split the input
Expand Down

0 comments on commit f9f4967

Please sign in to comment.