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