Hi all,

I'm trying to implement the following line:
Code:
$regex($1,/([(-_][A-Z]{2}[-_)])/g)


But when testing it seems to also match for _5AD_ while it should only match on _AD_
Most likely it's to do with those brackets... but I'm not capable of getting around that.
(and yes, I want them to be valid for (AD) too, so they have to remain there.)

Thanks alot in advance!