2
votes
best way to create/split string to tags
I suppose you could first try to clean up the string before splitting it into tags:
# List characters that you would want to exclude from your tags and clean the string
$exclude = a …
