Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Method | Summary |
---|---|
SurroundQuoteMarks() | Appends a pattern that matches two quotation marks, allowing zero or more characters that are not a quotation mark between the quotation marks. |
SurroundQuoteMarks(Object) | Appends a pattern that matches specified pattern surrounded with quotation marks. |
SurroundQuoteMarks(Object[]) | Appends a pattern that matches specified content surrounded with quotation marks. |
Appends a pattern that matches two quotation marks, allowing zero or more characters that are not a quotation mark between the quotation marks.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern SurroundQuoteMarks()
Appends a pattern that matches specified pattern surrounded with quotation marks.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern SurroundQuoteMarks(object content)
content Object
The content to be matched.
content is null
.
Appends a pattern that matches specified content surrounded with quotation marks.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern SurroundQuoteMarks(params object[] content)
content Object[]
An object array that contains zero or more patterns any one of which has to be matched.
content is null
.