84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
想实现一个mongodb 不区分大小写的查询,比如,查询字段为key,key的值为 Rundown,现在想实现的查询的方式key能匹配Rundown ,rundown,但不会匹配Rundown1。请问这个该如何实现了。ps:我用的是mongdb的java 驱动开发,
次のような正規表現を使用します:
{"key" : { "$regex" : "^rundonw1$",$options:"i"}}
これを書く目的は、Criteria.regex("^rundonw1$","i") で使用することです。
次のような正規表現を使用します:
リーリー{"key" : { "$regex" : "^rundonw1$",$options:"i"}}
これを書く目的は、Criteria.regex("^rundonw1$","i") で使用することです。