Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks, I have a small question, Pls can you answer meI am not a perl programmer
I have a string(as a general one) $string = ".co.uk/Jobs/Company-Sector/C8A6446X4PND86M9WYJ/Tradewind/?APath=2.21.0.0.0". Here I need to extract the "Tradewind". How can i extract the text at the same position(as there is not only Tradewind & there are more). I need a general regex solution which can extract the text of the same position of Tradewind.
Thank you!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Question on Regex
by Athanasius (Archbishop) on Nov 18, 2012 at 14:20 UTC | |
by Anonymous Monk on Nov 18, 2012 at 14:26 UTC | |
by karlgoethebier (Abbot) on Nov 18, 2012 at 16:41 UTC | |
by Athanasius (Archbishop) on Nov 19, 2012 at 03:39 UTC | |
by karlgoethebier (Abbot) on Nov 19, 2012 at 14:15 UTC | |
| |
Re: Question on Regex
by karlgoethebier (Abbot) on Nov 18, 2012 at 14:00 UTC | |
by Anonymous Monk on Nov 18, 2012 at 14:29 UTC | |
by karlgoethebier (Abbot) on Nov 18, 2012 at 14:58 UTC | |
Re: Question on Regex
by Anonymous Monk on Nov 18, 2012 at 13:50 UTC | |
by Anonymous Monk on Nov 18, 2012 at 13:59 UTC | |
by Anonymous Monk on Nov 18, 2012 at 14:29 UTC | |
by Anonymous Monk on Nov 18, 2012 at 14:43 UTC |