how do i remove html / PHP /JS commented lines?

Tool for Search and Replace across multiple files.
Post Reply
User avatar
quakeglen

how do i remove html / PHP /JS commented lines?

Post by quakeglen »

Hi there... i have thousands of php files with HTML PHP and JS commented lines Ej:

Code: Select all

<html>
Hi this is my file text
<script type="text/javascript">
// need to remove this...
/* and this...*/
</script>
<!-- ...i need to remove this too.. -->
<?php
// ..need to remove this too...
/* and this too... */
?>
<style>
.class{
margin: 1px; /* and finally this */
}
</style>
</html>
great software by the way... :D
txn
Post Reply