[quote author="SGaist" date="1423093764"]Hi and welcome to devnet,
Shouldn't your regex rather be:
@%./include/entity/(.+)-odb.h%\1-odb.h%@
?[/quote]
Hi SGaist thank you...
I changed the regex following your example and now it's working.
About the regex the error was in $, was only change that $ to this .
Now my problem was solved I go to read a bit about perl regex.
Thank you again.