Suppose the title is AAA (feat. x, y, z). Is there any operation or action to make it AAA (feat. x, y & z) , or replace the last comma with "&", automatically? Thanks in advance
also is there any variable i can use instead of a name
Try an action of the type "Format value" for TITLE
Format string: $regexp(%title%,'(.*), (.*)',$1 & $2)
Thanksss. Will it work for the last comma with any number of commas?
Have you tried it?
It should.
1 Like
sorry to bother but where can i input this?
edit: wait nvm i just read it from ur comment
omg it worked thanks so much
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.