Re: Help with regex needed

2011-04-12 Thread Yuri Slobodyanyuk
of fields while we really need just one ? Thanks Yuri On Tue, Apr 12, 2011 at 3:50 PM, D'Arcy J.M. Cain wrote: > On Tue, 12 Apr 2011 15:06:25 +0300 > Yuri Slobodyanyuk wrote: > > Thanks everybody , and especially Chris - i used split and it took me 15 > > mins to make

Re: Help with regex needed

2011-04-12 Thread Yuri Slobodyanyuk
11 at 8:58 AM, Chris Rebert wrote: > On Mon, Apr 11, 2011 at 10:20 PM, Yuri Slobodyanyuk > wrote: > > Good day everyone, > > I am trying to make this pretty simple regex to work but got stuck, > > I'd appreciate your help . > > "Some people, when co

Help with regex needed

2011-04-11 Thread Yuri Slobodyanyuk
Good day everyone, I am trying to make this pretty simple regex to work but got stuck, I'd appreciate your help . Task: Get current date , then read file of format below, find the line that matches the current date of month,month and year and extract the number from such line. Here is what I did ,