쿼리로 시작하는 MongoDB

쿼리로 시작하는 MongoDB

이 MongoDB 기사에서 사용자는 $regex를 사용하여 쿼리를 시작하는 방법을 배웁니다. 쿼리의 패턴 일치 문자열에 대한 정규식 기능을 제공합니다. MongoDB는 $regex를 사용하는 쿼리로 시작합니다. $regex를 사용하려면 다음 구문 중 하나를 사용하십시오. { <field>: { $regex: /pattern/, $options: '<options>' } } { <field>: { $regex: 'pattern', $options: '<options>' } } { <field>: { $regex: /pattern/<options> } } MongoDB에서 사용자는 정규식 객체(즉, /pattern/)를 사용하여 정규식을 지정할 수도 있습니다. { <field>: /pattern/<options> } 사용자는 다음 <옵션>과 함께 정규식을 사용할 수 있습니다.

Tags

MongoDB ObjectId MongoDB Java MongoDB User MongoDB Operator MongoDB Collection MongoDB Authentication MongoDB Array MongoDB Projection MongoDB Query MongoDB Document MongoDB CSV MongoDB Method MongoDB Date MongoDB Sort MongoDB Database MongoDB Match MongoDB Index MongoDB Record MongoDB Connection MongoDB Join MongoDB Print

가장 인기 있는 기사

최근 업데이트된 기사