To indicate that some portions of information must be skipped while parsing (that data can be dinamic), you can use the following:
- [BLA]
- [BLA-BLA]
- [BLA-BLA-BLA]
- [SOMETHING]
- a new line symbol
Live Example: you want to track new private spaces count for previous day at
Assembla.com.

To do that you open
Community page and find the value in the page source:
<tr>
<td>New private spaces</td>
<td>0</td>
<td>19</td>
<td>126</td>
</tr>
Desired value is 19, it's in the 2nd cell, right?
Now, to set Rival Alert on this, you define the following in the "Cut text from" field of
adding new chart dialog (remember about 2nd cell?):
New private spaces[SOMETHING]<td>[SOMETHING]<td>
OR
New private spaces[BLA-BLA]<td>[BLA]<td>
OR just
New private spaces
<td>
<td>