I'm assuming kill "*" kills all html tags? What would that leave once they were all deleted?
I've been reading up on regular expressions, but I don't understand them fully. Can anyone let me know what those ones do with respect to the html that's shown.
I've spent a good bit of time reading up on the regular expressions. It didn't really make much sense at first, but I kinda get the hang of it more now.
I'm struggling to convert something to uppercase though (fairly simple I imagine)
My code is
regexpreplace "^[A-Z]+" "$lower($1)"
It's supposed to find any uppercase letters at the begging of the line (this is for vinyl numbres on discogs), and replace with lowercase. It finds the letter ok, it just replaces the uppercase letter with