Exemplo n.º 1
0
 public function replaceWith($str, $callback, $limit = null)
 {
     return self::wrapBoth(r::replaceWith($this->pattern, self::unwrapBoth($str), $callback, $limit));
 }