PHPStorm – how to replace HTML tags using regex?
May 18, 2023We have an HTML document with table data. We need to remove the last column. We could do it manually, but our table has over 200 rows. How to automate the “search and replace” job?
Continue reading