Re: regex and parse

2014-03-11 Thread Ariel Hosid
OK! Thanks to all! :-) 2014-03-11 15:34 GMT-03:00 Andy Bach : > > On Tue, Mar 11, 2014 at 12:13 PM, Paolo Gianrossi < > paolino.gianro...@gmail.com> wrote: > >> A classic is Mastering Regular Expressions ny Jeffrey E.F. Friedl ( >> http://shop.oreilly.com/product/9781565922570.do) >> > > Just to

Re: regex and parse

2014-03-11 Thread Andy Bach
On Tue, Mar 11, 2014 at 12:13 PM, Paolo Gianrossi < paolino.gianro...@gmail.com> wrote: > A classic is Mastering Regular Expressions ny Jeffrey E.F. Friedl ( > http://shop.oreilly.com/product/9781565922570.do) > Just to +1 this - one of the best RE and programming books ever - it's not just Perl

Re: regex and parse

2014-03-11 Thread Charles DeRykus
On Tue, Mar 11, 2014 at 10:01 AM, Ariel Hosid wrote: > Hello everyone! > Can anyone recommend me literature that treats regular expressions and how > to analyze files? Some perl resources: perldoc perlrequick(Perl regular expressions quick start) perlretut (Perl reg exp tut

Re: regex and parse

2014-03-11 Thread Paolo Gianrossi
A classic is Mastering Regular Expressions ny Jeffrey E.F. Friedl ( http://shop.oreilly.com/product/9781565922570.do) A quick google search also brings out, e.g. http://stackoverflow.com/questions/4736/learning-regular-expressions with many links to resources. HTH paolo -- Paolo Gianrossi Like

Re: regex and parse

2014-03-11 Thread Rob Dixon
On 11/03/2014 17:01, Ariel Hosid wrote: Can anyone recommend me literature that treats regular expressions and how to analyze files? The best documentation on regular expressions is Perl's own here http://perldoc.perl.org/perlre.html Analysing files is an enormous subject that is difficu