View Source BSON.Regex (mongodb-driver v1.2.1)

Represents BSON Regex type

Summary

Types

@type t() :: %BSON.Regex{options: binary(), pattern: binary()}