INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Regular Expression, again  (Read 755 times)

jherbert

  • World Citizen
  • ***
  • Posts: 120
Regular Expression, again
« on: June 04, 2014, 04:19:40 am »

I have several track titles that follow the pattern "Muse again - Muse again - Muse again" that should read just "Muse again".

Does anybody have an idea for a regular expression to fix this? Thank you for considering this question.
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Regular Expression, again
« Reply #1 on: June 04, 2014, 04:34:09 am »

when you mean that you have Muse again - Muse again - Muse again in the name field in MC, then this might work.

=ListItem([name],0,-)

only do that on the files that are 'wrong'. and test first. ctrl z works as an undo.

 :)
gab
Logged
Pages: [1]   Go Up