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

Represents BSON Regex type

Summary

Types

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