💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# PluginExtendExtension.GetPluginExtendMatch 方法 ## 注释 ~~~ 验证插件正则 ~~~ ## 语法 ~~~ public static Match GetPluginExtendMatch( this string message, string regex, RegexOptions options = RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | message | | | regex | | | options | 用于修改正则表达式的枚举值的按位组合 |