Home
last modified time | relevance | path

Searched refs:re_replace (Results 1 – 1 of 1) sorted by relevance

/plugin/xhtmlruby/
H A Daction.php29 var $re_replace = ""; variable in action_plugin_xhtmlruby
48 $this->re_replace = "<ruby><rb>$1</rb><rp>(</rp><rt>$2</rt><rp>)</rp></ruby>";
69 $item = preg_replace($this->re_search,$this->re_replace,$item);
85 $data = preg_replace($this->re_search,$this->re_replace,$data);