I have more than 2000 <img>
tags and I want to replace alt text for each one of them. Alt text are like:
- alt="pinblock"
- alt="Rich+Austin+shop+4"
- alt="hot+dry+sun+az"
I want a quick way to replace all '+' with space (' '), hence I'm using regex to fix this. I've tried this so far:
Find what: alt="(\D+)[+](\D+)[+*](\D*)[+*](\D*)[+*](\D*)[+*](\D*)[+*](\D*)[+*](\D*)"\s
Replace With: alt="\1 \2 \3 \4 \5 \6 \7 \8"
I know I'm doing something wrong, please help.
Complete string would be:
<img border="0" height="111" src="https://1.bp.blogspot.com/-WL5_jMT96p4/U8ILVU9D-mI/AAAAAAAAGeI/rP_RJccbhj8/s1600/hot+dry+sun+az.jpg" alt="hot+dry+sun+az" width="200" />