Skip to content

Commit

Permalink
Update supported_functions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Sep 3, 2023
1 parent 609a1b6 commit 715d17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/UserGuide/supported_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ end

# ## `str_subset()`
# Returns the subset of strings that match a pattern. Takes a vector of strings and a pattern as arguments
# and returns the subset of strings that contain the pattern.
# and returns all elements of a string that contains the pattern.

@chain df begin
@mutate(split = str_subset(Description, "artist"))
end
end

0 comments on commit 715d17b

Please sign in to comment.