If you have a tag string (without quotes) say "Curl / Any Title" the function
$left(%d%, $strchr(%d%, "/"))
returns "Curl " correctly.
If you have a tag string say "Hans Christian / Any Title" the same function returns just "Hans" it returns at the first whitespace.
Is this intended?
Regards