bson_iter_regex (3) Linux Manual Page
bson_iter_regex() – The bson_iter_regex() function shall retrieve the contents of a BSON_TYPE_REGEX element currently observed by iter. Synopsisconst char * bson_iter_regex (const bson_iter_t *iter, const char **options);Parametersiter A bson_iter_t \&.options A (null).DescriptionThe bson_iter_regex(3) function shall retrieve the contents of a BSON_TYPE_REGEX element currently observed by iter \&. It is invalid to call this function when…
