Right, I'm clueless with regular expressions so I was wondering if someone could give me a hand.
I basically need to match the string
class/helper/<anthing here except mysql>
i.e.
class/helper/transactionhelper.class.php
class/helper/userhelper.class.php
but not
class/helper/mysql/producthelper.class.php
etc
No doubt this is extremely easy for one of you guys. Thanks in advance.
I basically need to match the string
class/helper/<anthing here except mysql>
i.e.
class/helper/transactionhelper.class.php
class/helper/userhelper.class.php
but not
class/helper/mysql/producthelper.class.php
etc
No doubt this is extremely easy for one of you guys. Thanks in advance.