Exemplo n.º 1
0
 public function inclusiveSplitWithOffsets($str, $limit = null)
 {
     return $this->_wrapOffsets(r::inclusiveSplitWithOffsets($this->pattern, XString::unwrap($str), $limit));
 }