Hey, I run into this problem a lot. Say I have a lengthy list of keywords like this:
<asdjoashdjkasfasdasfa>Keyword I want
<akdjasljkhgkjhnaskdlasasdasks>Keyword I want again
<askodjljaslfnaldaslk>Another keyword I watn
etc.
Usually I just use a text editor's search and replace option to get rid of all the extra stuff.. In cases like these though, I want a way to define custom things to look for to get rid of. Basically, look for opening '<' and somehow have a wildcard for both the content and number of characters and then look for the closing '>'
I imagine there's something out there. This is just one of my examples.. there have been times where I just sit here for 45 minutes cleaning them up manually.
I guess I could program a script if I really had to, but I'm rather rusty and was hoping someone knew of an existing option. Thanks
<asdjoashdjkasfasdasfa>Keyword I want
<akdjasljkhgkjhnaskdlasasdasks>Keyword I want again
<askodjljaslfnaldaslk>Another keyword I watn
etc.
Usually I just use a text editor's search and replace option to get rid of all the extra stuff.. In cases like these though, I want a way to define custom things to look for to get rid of. Basically, look for opening '<' and somehow have a wildcard for both the content and number of characters and then look for the closing '>'
I imagine there's something out there. This is just one of my examples.. there have been times where I just sit here for 45 minutes cleaning them up manually.
I guess I could program a script if I really had to, but I'm rather rusty and was hoping someone knew of an existing option. Thanks