How to Search for Text with Regex using the MongoDB Shell
Introduction In this short step-by-step tutorial we’ll show you how to search for specific text within a collction of documents using regex or Regular Expressions. Regular Expressions are a super useful text pattern matching functionality that every programmer should be familiar with. The syntax is hard to remember but we hope this article will give … Continued