你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KnownRegexFlags enum
服务接受的 RegexFlags 已知值。
字段
CanonEq | 启用规范等效性。 |
CaseInsensitive | 启用不区分大小写的匹配。 |
Comments | 允许模式中的空格和注释。 |
DotAll | 启用 dotall 模式。 |
Literal | 启用模式的文本分析。 |
Multiline | 启用多行模式。 |
UnicodeCase | 启用 Unicode 感知大小写折叠。 |
UnixLines | 启用 Unix 行模式。 |