I have a question. If I have a string like this...
$a = "I don't need this @This is the middle I need # This is the end I don't need";
Does anyone know the command that would let me get "This is the middle I need" out of this string and put it into $b?
Any help would be appreciated.
Thanks
Don
$a = "I don't need this @This is the middle I need # This is the end I don't need";
Does anyone know the command that would let me get "This is the middle I need" out of this string and put it into $b?
Any help would be appreciated.
Thanks
Don
Comment