Grouping Operator( )

This command is optional.

This is the grouping operator. Wraps the selected text in parentheses to indicate expression grouping. Use when a multiple-part expression is treated as a whole by an expression quantifier.

Example

<first> = (<given> <initial>)+;

OR (|) is also supported in a grouped expression.

Example

<first> = (<given>|<initial>)+;

Grouped expressions can also contain other grouped expressions.

Example

<first> = (<foreign given> | (<given> | <initial>)+)?;

To use this command:

  1. Position the cursor where you want the command inserted.
  2. Double-click ( ) in the Commands list.