Click or drag to resize
NbQueryRegex Method
正規表現一致条件を追加する。 オプション文字列には以下の文字の組み合わせを指定できる。
i大文字小文字を区別しない
m複数行にマッチする
x拡張正規表現を使用する
s'.' が改行に一致する

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public NbQuery Regex(
	string key,
	string regexp,
	string options = null
)

Parameters

key
Type: SystemString
キー
regexp
Type: SystemString
正規表現
options (Optional)
Type: SystemString
オプション

Return Value

Type: NbQuery
this
Exceptions
ExceptionCondition
ArgumentNullExceptionキー、正規表現がnull
Version Information

Core

Supported in: 1.0
See Also