|
| Abbreviation | Description |
|
| <char> | the delimiting character marking the end of
the string being parsed |
| <chars> | zero or more consecutive occurrences of the
character <char> |
| <space> | a delimiting space character |
| <spaces> | zero or more consecutive occurrences of the
character <space> |
| <quote> | a delimiting double quote |
| <paren> | a delimiting right parenthesis |
| <eol> | an implied delimiter marking the end of a line |
| ccc | a parsed sequence of arbitrary characters,
excluding the delimiter character |
| name | a token delimited by space, equivalent to
ccc<space> or ccc<eol> |
|
|