ramthen has asked for the wisdom of the Perl Monks concerning the following question:
Seeking help on how to extract portion,
..\../system-build/ali/text/makefile
from the pattern given below
make -r -f ..\../tools/cell/makefile cell.lib
I tried regex given below, but did not work; could any one tell me what is wrong with this ?
/(.*)\s\.\.\\(.*)\/makefile/si
TIA
Then
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: using regular expression to extract subset from a line
by DamnDirtyApe (Curate) on Dec 30, 2004 at 19:54 UTC | |
Re: using regular expression to extract subset from a line
by Eimi Metamorphoumai (Deacon) on Dec 30, 2004 at 19:57 UTC | |
Re: using regular expression to extract subset from a line
by johnnywang (Priest) on Dec 30, 2004 at 20:21 UTC | |
Re: using regular expression to extract subset from a line
by perlsen (Chaplain) on Dec 31, 2004 at 04:16 UTC |