Realm C++ SDK
版本 v 2.2.0
Realm 前
bsoncxx
regular_expression
公共类型
|
公共成员函数
|
好友
|
所有成员列表
域::bsoncxx::regular_expression 结构引用
#include <
bson.hpp
>
公共类型
枚举类
选项
:uint 8 _t {
none
、
ignore_case
= 1 、
multiline
= 2 、
dotall
= 4 、
扩展
= 8
}
公共成员函数
正则表达式
(const std::string &pattern, const std::string &options)
regular_expression
(const std::string &pattern, option options)
选项
get_options
() const
std::string
get_pattern
() const
操作符 域::bson::RegularExpression
() const
好友
struct
bsoncxx
详细说明
为查询中的模式匹配字符串提供正则表达式功能。 MongoDB 使用与 Perl 兼容的正则表达式(即 “PCRE”)版本8.42 ,支持 UTF- 8 。
该结构体的文档由以下文件生成:
include/cpprealm/
bson.hpp
src/cpprealm/bson.cpp
Generated by
1.9.4