Php – Negative lookbehind doesn't seem to work as expected
Suppose the PHP code /** * @since 1.0.0 <--- this shouldn't be matched * @package blah blah blah * Version: 1.0.0 <--- this should be matched */ /** * Fired during plugin activation. * * This class defines all code…