<dt><code>DOLLAR_ENDONLY</code></dt>
<dd>'$' matches at end of subject string only.</dd>
-
- <dt><code>EXTENDED</code></dt>
<dd>.</dd>
</dl>
<highlight language="config">
# Remove the ICASE option, but keep all the other already set options
RegexDefaultOptions -ICASE
...
-# Set the default option to EXTENDED, resetting any other option
-RegexDefaultOptions EXTENDED
+# Set the default option to DOTALL, resetting any other option
+RegexDefaultOptions DOTALL
...
# Reset all defined option
RegexDefaultOptions none