Skip to main content

NonCapture

Represent a non-capturing group in the pattern string.

Constructor

Signature

def NonCapture(
iterable: iterable = null
) - > null

Parameters

NameTypeDescription
iterableiterable = nullAn optional iterable of elements to initialize the list-based non-capturing group.

Signature

def NonCapture(
iterable: iterable = null
) - > null

Parameters

NameTypeDescription
iterableiterable = nullAn optional collection of pattern elements to initialize the group with.