[pmwiki-devel] Parse Args & Strings
Hans
design5 at softflow.co.uk
Tue Nov 21 14:57:28 CST 2006
Tuesday, November 21, 2006, 8:48:56 PM, Craige wrote:
> // Markup() Calls
> Markup( 'map', '_begin', '/\(:map(-location\s|\s)(.*?):\)/ie',
> 'CvtMarkup(\'$1\', \'$2\');' );
try
// Markup() Calls
Markup( 'map', '_begin', '/\(:map(-location\s|\s)(.*?):\)/ie',
"CvtMarkup(PSS('$1'), PSS('$2'))");
see http://www.pmwiki.org/wiki/PmWiki/Functions about PSS
Hans
More information about the pmwiki-devel
mailing list