fn regexp_replace( text: &str, start: i32, n: Option<i32>, ctx: &RegexpContext, ) -> Result<Box<str>>