Skip to content

M_Cyjb_Compilers_RegularExpressions_RegexCharClass_Contains

CYJB edited this page Mar 23, 2024 · 7 revisions

RegexCharClass.Contains 方法

返回当前字符类是否包含指定字符。

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

语法

C#

public bool Contains(
	char ch
)

参数

 

ch
Type: System.Char
要判断的字符。

返回值

Type: Boolean
如果字符属于当前字符类,则返回 true;否则返回 false

参见

Reference

RegexCharClass 类
Cyjb.Compilers.RegularExpressions 命名空间

Clone this wiki locally