modularbeing
Well-known member
- Joined
- Jan 8, 2004
- Messages
- 63
Im having troubles getting this expression to work. The bolded part of the expression below needs to match anything which I thought a period was used for but its not working out.
(\d+|\d+\s+)-([.*]).([wW][mM][aA])|([mM][pP][3])
btw, im trying to match strings like:
12-mysong.wma
12 - my song.mp3
1 -my-songs.wma
thanks,
josh
(\d+|\d+\s+)-([.*]).([wW][mM][aA])|([mM][pP][3])
btw, im trying to match strings like:
12-mysong.wma
12 - my song.mp3
1 -my-songs.wma
thanks,
josh