A while back I published a solution to ensure correct links in page editor. Some folks used it and provided a valuable feedback suggesting improvements for RegEx statements to match links. This post is intended to update the solution with suggested improvements.
The suggested RegEx looks like this :
((http)|(https)):((//)|(\\\\))({0}).*?(~/link.aspx)
I updated both regular links and media links RegEx patterns with suggested modifications and re-assembled the package.
You can get from here.
Kudos to anonymous developer who provided the updated RegEx!