text.join
text.join(list, "separator")
Returns a string containing all items in a list of strings joined with the specified separator.Returns an empty string when the list is empty. Where the list only contains one item, it returns the unmodified item; no separator is appended.
For example:
input_list
One
Two
Three
Four
Two
Three
Four
text.join(input_list, ", ") returns:
One, Two, Three, Four
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*