Re: tip: case insensitive test

2017-11-07 Thread ToddAndMargo
On 11/07/2017 03:12 PM, ToddAndMargo wrote: On Fri, Nov 3, 2017 at 5:30 PM, ToddAndMargo wrote: Dear List, Okay, I am pretty sure there are no copyrights here. I had a problem where I had to read through a YUGE log file and pick out those entries with a particular name

Re: tip: case insensitive test

2017-11-07 Thread ToddAndMargo
On Fri, Nov 3, 2017 at 5:30 PM, ToddAndMargo wrote: Dear List, Okay, I am pretty sure there are no copyrights here. I had a problem where I had to read through a YUGE log file and pick out those entries with a particular name in it. Problem" it was the same name but

Re: tip: case insensitive test

2017-11-07 Thread Brad Gilbert
The way to add `:i` to regex without using `m` is to include it inside of the regex `/:i abcdef/` On Fri, Nov 3, 2017 at 5:30 PM, ToddAndMargo wrote: > Dear List, > > Okay, I am pretty sure there are no copyrights here. > > I had a problem where I had to read through a

tip: case insensitive test

2017-11-03 Thread ToddAndMargo
Dear List, Okay, I am pretty sure there are no copyrights here. I had a problem where I had to read through a YUGE log file and pick out those entries with a particular name in it. Problem" it was the same name but three different capitalizations and the the capitalization was a moving target.