I have a string that looks like this:
ESD05 - 10000 Research Blvd Svrd Sb - ALARM - Fire Alarm - Thu, 24 Nov 2016 06:35 PM
I'm wondering if it's possible to break apart the string based on the hyphens(-) then echo the separate parts, using PhP. I'd like to break it down like this:
[ESD05]
[10000 Research Blvd Svrd Sb]
[ALARM]
[Fire Alarm]
[Thu, 24 Nov 2016 06:35 PM]