internal package
Foswiki::Plugins::WysiwygPlugin::Constants
Constants used throughout
WysiwygPlugin
Note that constants are used 'aliased'. This is similar to Exporter,
but doesn't have Exporter's problem of importing symbols into a namespace,
which makes it very hard to track down where a symbol comes from.
REs
REs for matching delimiters of wikiwords, must be consistent with
TML2HTML.pm
$STARTWW |
Zero-width match for the start of a wikiword |
$ENDWW |
Zero-width match for the end of a wikiword |
$PROTOCOL |
match for a valid URL protocol e.g. http, mailto etc |