发表于 2025-01-10 18:31:23
最后编辑于 2025-01-10 18:31:23
Main: Get().Is(/\d/, .value, null).Is('', name: ..text).end
// ## 表示正则
.. 表示调取上一步的内容
Is 第一个参数为正则或字符串,第二个为 true 的正则匹配结果,第三个为false