I've used this regex rule to remove comments. Seems to work ok...
A regex lilbrary sounds good - maybe just a anchored blog post where people can comment under with any regex rules they've done? E.g. the various artists blog post?
Andy
rule remove_comments with label "Remove Comments" has alternatives
REMOVE_COMMENTS {
find /^(.*)$/ replace with ""
}
applies to comment
I've used this regex rule to remove comments. Seems to work ok...
A regex lilbrary sounds good - maybe just a anchored blog post where people can comment under with any regex rules they've done? E.g. the various artists blog post?
Andy
rule remove_comments with label "Remove Comments" has alternatives
REMOVE_COMMENTS {
find /^(.*)$/ replace with ""
}
applies to comment