KingofSnake
Programmer
I'm starting up in perl and, doing the poor student thing, went to Books A Million and glanced over some perl books to try to find out what I needed to do. But I just got more confused then I already was.
What I want to do is to replace all text before a certain character with nothing, and replace all text after a certain charater with nothing. For example:
texttext##special##texttext
I would want to get rid of everything before the first ## and everything after the second ##, creating
##special##
How would I do that?
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
What I want to do is to replace all text before a certain character with nothing, and replace all text after a certain charater with nothing. For example:
texttext##special##texttext
I would want to get rid of everything before the first ## and everything after the second ##, creating
##special##
How would I do that?
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)