Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thankswhile ($string =~ /((\w|')+)/g) {
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Regexp explanation
by Aragorn (Curate) on Apr 02, 2004 at 20:33 UTC | |
by Anonymous Monk on Apr 02, 2004 at 20:57 UTC | |
Re: Regexp explanation
by QM (Parson) on Apr 02, 2004 at 20:20 UTC | |
Re: Regexp explanation
by duff (Parson) on Apr 02, 2004 at 20:25 UTC | |
Re: Regexp explanation
by matija (Priest) on Apr 02, 2004 at 20:11 UTC | |
by Anonymous Monk on Apr 02, 2004 at 20:17 UTC | |
by matija (Priest) on Apr 02, 2004 at 21:02 UTC | |
Re: Regexp explanation
by Anonymous Monk on Apr 02, 2004 at 20:32 UTC | |
Re: Regexp explanation
by eXile (Priest) on Apr 03, 2004 at 17:54 UTC |