9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
The replacement responder is invoked with a url of the form {{{SomePage?replace&searchString=search&replacementString=replacement}}}
|
|
The search string thereby follows the convention from the [[Java API description][http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.html]].
|
|
|
|
----
|
|
|
|
^TestReplacesContent
|
|
^TestReplacementWithPatternGroups
|
|
^TestReplaceContentsInPageHierarchy
|