By default, tags are created using the first matching delimiter in this array:
["\n", ";", ",", /\s/]
If the pasted text contains new lines, they will be used to create the tags. Otherwise, it will try semicolons, commas, and finally spaces. This is configurable, but should cover most use cases.
Comments
["\n", ";", ",", /\s/]
If the pasted text contains new lines, they will be used to create the tags. Otherwise, it will try semicolons, commas, and finally spaces. This is configurable, but should cover most use cases.