ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# PluginExtendExtension.GetPluginExtendMatch 方法 ## 注释 ~~~ 验证插件正则 ~~~ ## 语法 ~~~ public static Match GetPluginExtendMatch( this string message, string regex, RegexOptions options = RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | message | | | regex | | | options | 用于修改正则表达式的枚举值的按位组合 |