Skip to main content
这些设置可在 system.settings 中找到,并由 源代码 自动生成。

regexp_dict_allow_hyperscan

允许 regexp_tree 字典使用 Hyperscan 库。

regexp_dict_flag_case_insensitive

对 regexp_tree 字典使用不区分大小写的匹配。可在单个表达式中使用 (?i) 和 (?-i) 覆盖此设置。

regexp_dict_flag_dotall

允许在 regexp_tree 字典中让 ’.’ 匹配换行符。
最后修改于 2026年7月23日