Is there a way to find all usernames that contains one specific caracter ?
Something like this:
$collection->find(array("username" => 'a'));
=> and i get all caracters with the letter 'a'
Is there a way to find all usernames that contains one specific caracter ?
Something like this:
$collection->find(array("username" => 'a'));
=> and i get all caracters with the letter 'a'