I am trying to set up a regular expression extractor with a regular expression that contains a newline (CR-LF) and a tab character. How do I do that.
This is the HTML <td nowrap class="StockItem">MarketCap</td> <td nowrap class="StockItem" align=right>$3,518.21M</td> I tried the following with \n\t and variations on it, but nothing worked. MarketCap</td>\n\t<td nowrap class="StockItem" align=right>([0-9,$.M]*)</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]