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
Something missing in the string functions is to be able to do a traditional join to make a string out of a list of items with a defined delimiter character.
@alexandrem thanks for taking the time to log this!
There is a join function, but I seem to have missed documenting it 🤦♂️. It unfortunately won't work in a pipeline like that (mostly because I didn't think about that usage, and instead chose to follow strings.Join's signature more literally).
Something missing in the string functions is to be able to do a traditional join to make a string out of a list of items with a defined delimiter character.
Template:
output => "8.8.8.8 8.8.4.4"
The text was updated successfully, but these errors were encountered: