ashnator has asked for the wisdom of the Perl Monks concerning the following question:
How can i use regular expression to get only required fields and then print using $& ?$string = "Required Not_Required Not_Required Required";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Regular expression help
by ChOas (Curate) on Oct 23, 2008 at 07:02 UTC | |
Re: Regular expression help
by johngg (Canon) on Oct 23, 2008 at 10:15 UTC | |
Re: Regular expression help
by brsaravan (Scribe) on Oct 23, 2008 at 05:29 UTC | |
by JavaFan (Canon) on Oct 23, 2008 at 11:12 UTC | |
Re: Regular expression help
by Anonymous Monk on Oct 23, 2008 at 06:12 UTC | |
Re: Regx help
by ikegami (Patriarch) on Oct 23, 2008 at 04:15 UTC | |
Re: Regular expression help
by moritz (Cardinal) on Oct 23, 2008 at 07:13 UTC | |
Re: Regular expression help
by JavaFan (Canon) on Oct 23, 2008 at 09:56 UTC | |
Re: Regular expression help
by Wiggins (Hermit) on Oct 23, 2008 at 17:24 UTC | |
Re: Regx help
by Punitha (Priest) on Oct 23, 2008 at 04:22 UTC |