I told it to only remove [style ...] tags, this will work for those too:

Code:
alias striptags { return $regsubex($$1,/\[ $iif($prop == strict,(?:style \40|/style)) .*?\]/gx,) }