Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 500 Bytes

File metadata and controls

25 lines (14 loc) · 500 Bytes

Pattern.Append(Object) Method

Home

Containing Type: Pattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Appends a pattern that matches a specified content.

public Pihrtsoft.Text.RegularExpressions.Linq.Pattern Append(object content)

Parameters

contentObject

The content to be matched.

Returns

Pattern