Oracle Waveset 8.1.1 Resources Reference

Example

The following multiLine token matches multiple group lines that have a GROUPS[space][space][space]= tag and a space delimited group list.

<multiLine opt=’true’>
   <t>GROUPS[space][space][space]=</t>
   <str name=’GROUP’ multi=’true’ delim=’ ’ trim=’true’/>
   <skipToEol/>
</multiLine>

AttrParse would add GROUPS = {Group1,Group2,Group3,Group4} to the account attribute map, given the following string is read as input:

GROUPS[space][space][space]= Group1[space]Group2\n
GROUPS[space][space][space]= Group3[space]Group4\n
Unrelated text...