Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 514 Bytes

File metadata and controls

19 lines (11 loc) · 514 Bytes

Pattern.WhileWhiteSpaceExceptNewLine() Method

Home

Containing Type: Pattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Appends a pattern that matches zero or more characters that are white-space characters but a neither carriage return nor a linefeed.

public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiedPattern WhileWhiteSpaceExceptNewLine()

Returns

QuantifiedPattern