I have this string:
some description +first tag, +second tag (tags separated by commas)
+third tag +fourth tag (tags separated by space)
+tag from new line (it's just one tag)
+tag1+tag2+tag3 (tags can follow each other)
How can I select all tag names from this string?
1) Tag can contain several words, 2) tag always starts with + sign, 3) tag ends with either next tag, or newline, or comma