NonCapture
Represent a non-capturing group in the pattern string.
Constructor
Signature
def NonCapture(
iterable: iterable = null
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| iterable | iterable = null | An optional iterable of elements to initialize the list-based non-capturing group. |
Signature
def NonCapture(
iterable: iterable = null
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| iterable | iterable = null | An optional collection of pattern elements to initialize the group with. |