pub(crate) fn regex_replace( it: &mut Interp, s: &str, r: &Rc<RefCell<RegExpData>>, repl: Value, global: bool, ) -> Result<String, Value>
RegExp 置換(関数リプレーサ対応・g で全置換)。