Skip to content

P_Cyjb_Compilers_RegularExpressions_LiteralExp_Length

CYJB edited this page Mar 23, 2024 · 7 revisions

LiteralExp.Length 属性

获取当前正则表达式匹配的字符串长度。

Namespace: Cyjb.Compilers.RegularExpressions
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public override int? Length { get; }

属性值

Type: Nullable(Int32)
当前正则表达式匹配的字符串长度。如果可以匹配不同长度的字符串,则为 null

参见

Reference

LiteralExp 类
Cyjb.Compilers.RegularExpressions 命名空间

Clone this wiki locally