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

Represents BSON Regex type

Summary

Types

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