Skip to content

枚举

enum RegexFlag

__

public enum RegexFlag {
    | IgnoreCase
    | MultiLine
    | Unicode
}

功能:用于指定正则匹配的模式。

IgnoreCase

__

IgnoreCase

功能:指定匹配模式为忽略大小写。

MultiLine

__

MultiLine

功能:指定匹配模式为多行文本模式。

Unicode

__

Unicode

功能:指定匹配模式支持 Unicode。

基于 VitePress 构建的仓颉文档