Re: how to use regexp to match symbols

2011-06-13 Thread Sayth Renshaw
> I have a list of mp3 files in my computer and some of the file names consists > of  a bracket like this "darling I love [you.mp3" > I wish to check them for duplicates using the script below, but theres error > msg like this "Unmatched [ in regex; marked by <-- HERE in m/only one brace > here[

Re: how to use regexp to match symbols

2011-06-13 Thread Dr.Ruud
On 2011-06-13 14:05, eventual wrote: I have a list of mp3 files in my computer and some of the file names consists of a bracket like this "darling I love [you.mp3" I wish to check them for duplicates using the script below, but theres error msg like this "Unmatched [ in regex; marked by<-- HE

Re: how to use regexp to match symbols

2011-06-13 Thread John W. Krahn
eventual wrote: Hi, Hello, I have a list of mp3 files in my computer and some of the file names consists of a bracket like this "darling I love [you.mp3" I wish to check them for duplicates using the script below, but theres error msg like this "Unmatched [ in regex; marked by<-- HERE in m/o

Re: how to use regexp to match symbols

2011-06-13 Thread Rob Coops
On Mon, Jun 13, 2011 at 2:05 PM, eventual wrote: > Hi, > I have a list of mp3 files in my computer and some of the file names > consists of a bracket like this "darling I love [you.mp3" > I wish to check them for duplicates using the script below, but theres > error msg like this "Unmatched [ in