I have this string...
lg-270-110.sh-300-110.hd-180-1.hr-155-61.ea-1403-62.cc-3007-110-110.ch-220-63.ca-3084-64-64
The string is always changing...
How would i get the data between two certain points...
What i need really is to extract the hd-180-1. and the hr-155-61. and remove them from the string
But you see the data isnt always hd-180-1. - It could be hd-171-4. - So i need to delete the data between HD and . programatically
How would i go about doing this?