Remove multiple leading and trailing space

Hi
is there a function to remove space ?

for example
"Beyonce "
or
" Beyonce"
from artist/title

thanks

You can create an action around
$trim(x,c)

From the documentation:

or you try one of the other FAQ entries:

thank you very much for your help

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.