Skip to main content
Skip table of contents

Edit With Regex

To change links in a space, you can use the full flexibility of regular expressions.

Use Case

To change the links from a confluence datacenter instance to the confluence cloud link structure you can use the following regex and replace strings:

Regex: (yourconfluencedomain.com)\/display\/([A-Z]+)\/

Replace: yourname.atlassian.net/wiki/spaces/$1/pages/

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.