Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 696 Bytes

File metadata and controls

31 lines (17 loc) · 696 Bytes

Pattern.Or(Object) Method

Home

Containing Type: Pattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Appends a pattern that matches the current instance or a specified content.

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

Parameters

contentObject

Alternate content to match if the current instance if not matched.

Returns

Pattern

Exceptions

ArgumentNullException

content is null.