Skip to content

M_Cyjb_Compilers_RegularExpressions_LexRegex_SymbolIgnoreCase_1

CYJB edited this page Jan 16, 2023 · 7 revisions

LexRegex.SymbolIgnoreCase 方法 (Char, Boolean)

返回表示单个不区分大小写的字符的正则表达式。

Namespace: Cyjb.Compilers.RegularExpressions
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.8

语法

C#

public static LexRegex SymbolIgnoreCase(
	char ch,
	bool invariantCulture
)

参数

 

ch
Type: System.Char
要表示的字符。
invariantCulture
Type: System.Boolean
是否忽略区域性差异。

返回值

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

参见

Reference

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

Clone this wiki locally