<?php $re = '/(?:\|\h*|\G(?!^))([^.\r\n]+)\.\h*/'; $str = '| This is one. This is two. John loves Mary.| This is one. This is two.'; preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0); print_r($matches);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`