Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 902 Bytes

File metadata and controls

35 lines (19 loc) · 902 Bytes

Pattern.NotRange(Char, Char) Method

Home

Containing Type: Pattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Appends a pattern that matches a character that is not in the specified range.

public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiablePattern NotRange(char first, char last)

Parameters

firstChar

The first character of the range.

lastChar

The last character of the range.

Returns

QuantifiablePattern

Exceptions

ArgumentOutOfRangeException

last character number is less than first character number.