企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# PluginMessageBase.GetMatch 方法 ## 注释 ~~~ 匹配命令 ~~~ ## 语法 ~~~ public Match GetMatch( string regex, RegexOptions options = RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | regex | | | options | 用于修改正则表达式的枚举值的按位组合 |