Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 884 Bytes

File metadata and controls

35 lines (19 loc) · 884 Bytes

Pattern.Range(Char, Char) Method

Home

Containing Type: Pattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


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

public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiablePattern Range(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.