Skip to main content

matches_js_regex

Function matches_js_regex 

Source
fn matches_js_regex(
    cx: &mut JSContext,
    regex_obj: HandleObject<'_>,
    value: &str,
) -> Result<bool, ()>