I need a string to select everything all html tags text numbers everything, except the random occurrence of words found within the anchor closing tag, of this line rel="bookmark">RANDOM WORDS</a></h1>
I tried the string [<0-9a-zA-z/=|"-:.*?>]
which select's literally everything, it find's that's okay, but I require one that exclude's RANDOM WORDS, in the selection that's found within the line mentioned above.