I used Scite's replace function with regular expressions, I first removed all line breaks, then I used the simple regular expression
<img[^>]*>to match for all images and replace them with no text.
<img[^>]*>to match for all images and replace them with no text.
No comments:
Post a Comment