Hey
All selections should end up in a string to be classes: e.g. class=" selection1 selection2 "
.
But by default they are divided by ","
Is there a sexy way to remove the commas?
I tried:
<?= $file->position()->split(",") ?>
But that gives only an array and of course I need a string…