[][src]Function pact_mock_server_ffi::check_regex

#[no_mangle]pub unsafe extern "C" fn check_regex(
    regex: *const c_char,
    example: *const c_char
) -> bool

Checks that the example string matches the given regex

Safety

Exported functions are inherently unsafe.