M2H_VARREGEX=
Perl-regex
<VARREGEX>
Perl-regex
</VARREGEX>
-varregex
Perl-regex
VARREGEX defines the Perl regular expression matching resource variables. The regex should define a back reference that contains the name of the resource variable and its arguments surround by parentheses.
Do not mess with this resource unless you know what you are doing.
\$([^\$]*)\$
N/A
The following does a more stricter match:
\$([^(\$]+(?:\([^)]+\))?)\$
Although slower than the default, it minimizes potential conflicts in resource files encoded in multi-byte character sets like SJIS.
2.4.5