
Find: ([^\s])\{\{c(\d+)::([^\}]*)\}\}
Replace with: {{c$2::$1$3}}
Copy the regular expression into https://regexr.com/ to see an explanation of the syntax.

Find: ([^\s])\{\{c(\d+)::([^\}]*)\}\}
Replace with: {{c$2::$1$3}}
Copy the regular expression into https://regexr.com/ to see an explanation of the syntax.