The definition "any data" is always required when a wildcard has been used in the regular expression which does not have to be evaluated in the HomeServer.
Example of a regular expression with "any data" based on an HTML page:
<html>(.*)<td>Temperatur:</td><td>(.*)</td>
There are dynamic data between the HTML header and the actual temperature value; these data are of no significance for the evaluation. The first wildcard in the expression is therefore defined as "any data".
Converting data