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

Represents BSON Regex type

Link to this section Summary

Link to this section Types

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