j-cook.pro/forum/19-new-tickets/5048-jqv...not-found-phone#5065
The native RegEx lib of Cook is only an example for very beginners. It do not handle all kinds of phones.
Do you have '_' (underscrores) in the handler ? Remove them in V2.0.
Because since soon, I decided to impose a rule : The underscores are used to distinct 2 different instances of the same rule (different parameters), as for the files. This is a good workaround to limit the quantity of rule files.
So, only the first part before the '_' is kept to call the rule php file :
ex : file_1234, will call 'rules/file.php', but in JS, the unique handler will be 'file_1234'
That's it.
Can I close ?