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