Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Regex Queries

Dave edited this page Sep 2, 2015 · 1 revision

Regex

MongoPool.find("collection", %{"field" => %BSON.Regex{pattern: "AbC", options: "i"}})
Clone this wiki locally