Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 589 Bytes

File metadata and controls

19 lines (11 loc) · 589 Bytes

Pattern.BeginInputOrLine() Method

Home

Containing Type: Pattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Appends a pattern that is matched at the beginning of the string (or line if the RegexOptions.Multiline option is applied).

public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiablePattern BeginInputOrLine()

Returns

QuantifiablePattern