-
Suggestion
-
Resolution: Answered
-
None
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
The "3. Editor Find & Replace" feature added to Confluence 4.1 could really use the addition of (optional) support for regular expressions in the "find" term, and back-references in the "replace" term.
Similar support is available in JSPWiki, and allows complex search/replace to be done on pages.
Example:
Make all bullet list entries bold:
Find (regex): ^(* )(.+)
Replace: \1*\2*
(assumes backreferences to capturing groups are made using backslash, JSPWiki uses "$")
A screenshot using the above example, using JSPWiki, is attached to this issue
- is related to
-
CONFCLOUD-4042 Search/Replace support in WYSIWYG Editor
- Closed
-
CONFSERVER-25190 Add Regular Expression support to editor search & replace
- Closed