s/(<!--%EDITTABLESTUB{ 
      ([0-9]+)                 # $2
    }%-->[ ]*\n)    # end $1 EDITTABLESTUB followed by zero or more spaces, and one newline
  (  (                            # start $3, $4
        (  [ \t]* \| [^\n]* \| )    #   zero or more (space or tab), |, zero or more non-newlines, |
           [ \t]* \n                #   zero or more (space or tab), newline
     )+                          # end $4    One or more of the preceding subpattern
                                  #               (subpattern = one table row including trailing newline)
  )                               # $3
  /addSearchResultsTableTextToTableObject($_[2], $_[1], $1, $2, $3)/geosx;

  • Set TINYMCEPLUGIN_DISABLE = 1
Topic revision: 26 Mar 2009, IsaacLin
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads