• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

conf/H05-Feb-2020-3022

lang/H05-Feb-2020-12982

READMEH A D17-Dec-2019723 1510

README.mdH A D17-Dec-2019215 74

action.phpH A D17-Dec-20194.2 KiB13196

plugin.info.txtH A D17-Dec-2019188 107

README

1Enter up to four strings and their replacements in the Configuration Manager.  Then set the 'do_replace'
2option to true.  When the page is loaded into the editor the plugn will do the search and
3replacement.
4
5The plugin keeps track of the pages which it has processed and will not re-process the same page twice
6during the same search and replace session.  To start a new session, set the 'do_replace' option to false,
7save the updated configuration, then reset it to true and again save.
8
9The plugin also accepts regular expressions, which must be marked with open and closing hashes:
10    #regex#
11The regex can include parenthesized options, consistent with PHP's use of PCRE,e.g. (?i) to
12set case insensitivity.
13
14
15

README.md

1strreplace
2==========
3
4Plugin for Dokuwiki to search and replace strings when a document is opened for editing.
5See README for more information or go to the plugin page: https://www.dokuwiki.org/plugin:strreplace.
6
7