Irish_Rogue
7 Posts
wrote on 24.07.12 at 06:44
Link to this post
Hi Folks,

I would appreciate a simple example for a Regular Expression to detect tracks with a particular text string, such as the string "bach" anywhere in the Artist ? I tried the following, which did not work :

*bach*.*

Regards,

Irish_Rogue
 
Antikreationist
212 Posts
wrote on 24.07.12 at 12:38
Link to this post
I think the problem is the dot between your asterisks. So, (I think) this should work: *bach* - * or *bach*-* because the usual separator for artist and track name is - and not .
 
Irish_Rogue
7 Posts
wrote on 25.07.12 at 08:55
Link to this post
Hello AntiK -

Unfortunately, your suggested syntax did not work.

Cheers,

Irish Rouge