|
VARREGEXSyntax
DescriptionVARREGEX 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.
Default Setting\$([^\$]*)\$ Resource VariablesN/A ExamplesThe 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. Version2.4.5 See Also
$Date: 2002/07/27 05:13:11 $ MHonArc Copyright © 2000, Earl Hood, mhonarc@mhonarc.org |