Skip to content

M_Cyjb_Compilers_RegularExpressions_LexRegex_SymbolIgnoreCase_1

CYJB edited this page Mar 20, 2024 · 7 revisions

LexRegex.SymbolIgnoreCase 方法 (Char, Boolean)

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

Namespace: Cyjb.Compilers.RegularExpressions
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.19+9e786ee31736c5e4f4a6dae4132686b7c318b87f

语法

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