18 #include <cudf/utilities/export.hpp>
22 namespace CUDF_EXPORT
cudf {
constexpr bool is_ext_newline(regex_flags const f)
如果给定标志包含 EXT_NEWLINE,则返回 true。
constexpr bool is_dotall(regex_flags const f)
如果给定标志包含 DOTALL,则返回 true。
constexpr bool is_multiline(regex_flags const f)
如果给定标志包含 MULTILINE,则返回 true。
constexpr bool is_ascii(regex_flags const f)
如果给定标志包含 ASCII,则返回 true。
@ NON_CAPTURE
将所有捕获组转换为非捕获组。
@ MULTILINE
'^' 和 '$' 遵循换行符