🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# PluginMessageBase.GetMatch 方法 ## 注释 ~~~ 匹配命令 ~~~ ## 语法 ~~~ public Match GetMatch( string regex, RegexOptions options = RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | regex | | | options | 用于修改正则表达式的枚举值的按位组合 |