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