次のような文字列でphp preg_splitを使用してテキストを分割したい:
<hr style="text-align: justify;"> or
<hr> or
<hr style="other style here">
たとえば、次のようなテキスト"text 1<hr>text 2<hr style="other style here">text 3
:
array
[0] text 1
[1] text 2
[2] text 3
正規表現を理解しようとしていますが、私には難しすぎます:/