-2

I want to change the version (or any other var) of my php project across all php files.

How can i do it for all automatically (like rename symbol/F2 etc)?

<?php 
/**
 * nameitso
 * 
 * @package datpackage
 * @version v0.5
mars
  • 40
  • 6

1 Answers1

0

you can use notepad++ and regex. do replace $.*version v([0-9\.]).*^ by 3.5

Guillaume D
  • 2,202
  • 2
  • 10
  • 37