>>628 124はまだ欠陥があったので以下をReplaseStr.txtにコピペしてください 間にあるスペースはTABキーで入力

<rx2>(?<![0-9A-Za-z])(?:ttps://|tps://|ps://|s://|://)(?=[A-Za-z0-9\-]+\.[A-Za-z]{2,}) __TMP_HTTPS__ all
<rx2>(?<![0-9A-Za-z])(?<!h)(?:ttp://|tp://|p://)(?=[A-Za-z0-9\-]+\.[A-Za-z]{2,}) __TMP_HTTP__ all

<ex>__TMP_HTTPS__ https://
<ex>__TMP_HTTP__ http://

<rx2>(?<![0-9A-Za-z])(?!https?://)(?:/{0,2})((?:[A-Za-z0-9\-]+\.)+[A-Za-z]{2,}/[^\s<>"]+\.(?:jpe?g|png|gif|webp|bmp|tiff?)) https://$1 all

<rx2>(https:)(https://) https:// all
<rx2>(http:)(http://) http:// all
<rx2>(http:)(https://) http:// all