remove-first
Filters out first quoted characters.
{{ ", one, two, three, four" | remove_first: ", " }}
Output:
one, two, three, four
copy
Filters out first quoted characters.
{{ ", one, two, three, four" | remove_first: ", " }}
Output:
one, two, three, four
copy