bharatbsharma has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I am trying to build my know how on perl regular expression from cookbook
http://docstore.mik.ua/orelly/perl/cookbook
I am getting stuck at some point .
How to read?
/(?:\w+\s+fish\s+){2}(\w+)\s+fish/i;
What does '(?=\d)' signify here . Is there any good link which will explain all nitty gritty of regular expression from basic level? Thanks in advance Bharat~ s/man(?=\d)/cat/
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Reading Reg Exp
by Ratazong (Monsignor) on Aug 11, 2010 at 06:34 UTC | |
Re: Reading Reg Exp
by kejohm (Hermit) on Aug 11, 2010 at 07:59 UTC | |
by JavaFan (Canon) on Aug 11, 2010 at 09:11 UTC | |
by kejohm (Hermit) on Aug 11, 2010 at 10:33 UTC | |
by JavaFan (Canon) on Aug 11, 2010 at 10:45 UTC | |
by kejohm (Hermit) on Aug 12, 2010 at 07:34 UTC | |
| |
by choroba (Archbishop) on Aug 11, 2010 at 10:49 UTC | |
| |
Re: Reading Reg Exp
by planetscape (Chancellor) on Aug 11, 2010 at 09:29 UTC | |
Re: Reading Reg Exp
by suhailck (Friar) on Aug 11, 2010 at 06:29 UTC | |
Re: Reading Reg Exp
by dasgar (Priest) on Aug 11, 2010 at 13:16 UTC | |
Re: Reading Reg Exp
by biohisham (Priest) on Aug 11, 2010 at 08:04 UTC | |
Re: Reading Reg Exp
by ww (Archbishop) on Aug 11, 2010 at 13:40 UTC |
Back to
Seekers of Perl Wisdom