perlnoobster has asked for the wisdom of the Perl Monks concerning the following question:
I was wondering if someone could help me with the following issue that i'm facing, I have a string below that is generated into a text file, there are hundreds of similar text strings but all I want to retain is what ever is after the dp/
current output: -plastic-Protector/dp/B00074658
ideal output: B00074658
is this possible? if so can someone help me?
thank you
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Regex help
by jwkrahn (Abbot) on Dec 11, 2012 at 11:29 UTC | |
by perlnoobster (Sexton) on Dec 11, 2012 at 11:34 UTC | |
by PetaMem (Priest) on Dec 11, 2012 at 11:46 UTC | |
Re: Regex help
by PetaMem (Priest) on Dec 11, 2012 at 11:43 UTC | |
Re: Regex help
by 2teez (Vicar) on Dec 11, 2012 at 11:24 UTC | |
TMTOWTDI (Re: Regex help)
by space_monk (Chaplain) on Dec 11, 2012 at 21:02 UTC | |
Re: Regex help
by TJPride (Pilgrim) on Dec 11, 2012 at 11:24 UTC |