<?php
MyClass::find([
'thanks.for' => [
'$regex' => "/*understanding*"
]
]);Regex Search in value
Use MongoDB to find a regex term inside field values.
Subscribe to the RSS feed for updates.
Use MongoDB to find a regex term inside field values.
<?php
MyClass::find([
'thanks.for' => [
'$regex' => "/*understanding*"
]
]);