[−][src]Function artichoke_backend::extn::core::regexp::trampoline::match_
pub fn match_(
interp: &mut Artichoke,
mut regexp: Value,
mut pattern: Value,
pos: Option<Value>,
block: Option<Block>
) -> Result<Value, Error>