http://www.perlmonks.org?node_id=209036

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, how can I separate the following text using regular expressions:
<html>/something/more words<br/></html>
I want to end up with the pieces "<html>", "/something/", "more words", "
, "</html>" on their own. And what other ways would u suggest to separate them? tnx.