CreateFilePathRegularExpression

CreateFilePathRegularExpression(string)

创建过滤器以跳过与正则表达式不匹配的文档。 正则表达式应用于文档的完整路径。

public static ISearchDocumentFilter CreateFilePathRegularExpression(string pattern)
范围 类型 描述
pattern String 正则表达式模式。

返回值

按文件名搜索文档过滤器。

也可以看看


CreateFilePathRegularExpression(string, RegexOptions)

创建过滤器以跳过与正则表达式不匹配的文档。 正则表达式应用于文档的完整路径。

public static ISearchDocumentFilter CreateFilePathRegularExpression(string pattern, 
    RegexOptions options)
范围 类型 描述
pattern String 正则表达式模式。
options RegexOptions 正则表达式选项。

返回值

按文件名搜索文档过滤器。

也可以看看