Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Method | Summary |
---|---|
SurroundAngleBrackets() | Appends a pattern that matches a text consisting of left and right angle bracket, allowing zero or more characters that are not a right angle bracket between the brackets. |
SurroundAngleBrackets(Object) | Appends a pattern that matches specified pattern surrounded with left and right angle bracket. |
SurroundAngleBrackets(Object[]) | Appends a pattern that matches specified content surrounded with left and right angle bracket. |
Appends a pattern that matches a text consisting of left and right angle bracket, allowing zero or more characters that are not a right angle bracket between the brackets.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern SurroundAngleBrackets()
Appends a pattern that matches specified pattern surrounded with left and right angle bracket.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern SurroundAngleBrackets(object content)
content Object
The content to be matched.
content is null
.
Appends a pattern that matches specified content surrounded with left and right angle bracket.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern SurroundAngleBrackets(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
.