Remove all table widths from editor content
When I paste a table into the WordPress editor, I always get widths like td width="232".
I want to remove all widths when tables are added to the editor.
If it was regex, I would write something like: width="([0-9]+)".
How do I go about accomplishing this?