What is the proper way to turn off or on ROSPatterns such as ~~~ and ~~~~ ? 

I used to do turn off these patterns through lines like this in my 
configuration file:

 $ROSPatterns['/(?<!~)~~~(?!~)/e']
    = "FmtPageName('~~~', \$pagename)"; 

Similarly, I used to create new ROSPatterns through lines like this:

 $ROSPatterns['/(?<!~)~~~~~MyVariable~~~~~(?!~)/e']
    = "$MyVariable";    

Has that changed in recent versions of PmWiki, now that "/e" is deprecated? 

Randy
_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to