Skip to content

M_Cyjb_Compilers_RegularExpressions_LexRegex_Symbol_2

CYJB edited this page Mar 15, 2024 · 7 revisions

LexRegex.Symbol 方法 (String, RegexOptions)

返回表示字符类的正则表达式。

Namespace: Cyjb.Compilers.RegularExpressions
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.18+0b69d59fd5b673f20dc54b219e34e99c02b9cc72

语法

C#

public static LexRegex Symbol(
	string pattern,
	RegexOptions options
)

参数

 

pattern
Type: System.String
正则表达式表示的字符类的模式。
options
Type: System.Text.RegularExpressions.RegexOptions
解析模式使用的正则表达式选项。

返回值

Type: LexRegex
表示字符类的正则表达式。

Exceptions

 

异常 条件
ArgumentNullException patternnull

参见

Reference

LexRegex 类
Symbol 重载
Cyjb.Compilers.RegularExpressions 命名空间

Clone this wiki locally