Skip to content

StringMatcher

StringMatcher = object

字符串匹配规则

优先级: exclude > include > pattern

Properties

exclude?

optional exclude: IArray<string>

如果在此列表中, 则排除匹配


include?

optional include: IArray<string>

如果不在此列表中, 则排除匹配


pattern?

optional pattern: string

如果匹配此正则表达式, 则匹配

Released under the GPL-v3 License.