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:
- Position the cursor where you want the command inserted.
- Double-click ( ) in the Commands list.