Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_ITER_REGEX(3)		     libbson		      BSON_ITER_REGEX(3)

SYNOPSIS
	const char *
	bson_iter_regex (const bson_iter_t *iter, const char **options);

PARAMETERS
     * iter: A bson_iter_t.

     * options: A (null).

DESCRIPTION
     The   bson_iter_regex()   function   shall   retrieve  the  contents  of  a
     BSON_TYPE_REGEX element currently observed by iter.

     It is invalid to call this function when not observing an element	of  type
     BSON_TYPE_REGEX.

RETURNS
     A	string	containing  the regex which should not be modified or freed. op-
     tions is set to the options provided for the regex.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		      BSON_ITER_REGEX(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_iter_regex&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help