regexp for ReplaceText
Appearance
Fragment of a discussion from User talk:Raymond/LiquidThreads
This can't be done with ReplaceText, because there is no reliable way to skip the messages where Special:WhatLinksHere already exists; moreover, some messages have multiple occurrences of PLURAL and other exceptions. For such small replacements, doing manually saves a lot of time; if you want to exercise with regexes, I recommend using pywikibot which has way better regex handling, presents you the diff and lets you confirm it, and many other features.
You can still ask about ReplaceText for bigger replacements of course.