Comments
2 comments
-
sorry, obviously tables starting with m.
-
Hi
There are some examples in the help file but there is more information on how to use regular expressions on the web.
Try looking at:
http://www.regular-expressions.info/
http://www.amk.ca/python/howto/regex/
Regards,
Dan
Add comment
Please sign in to leave a comment.
I need to compare all tables having a name starting with t.
I've tried to use
<include objecttype="Table"/>
<include objecttype="Table" matches="^m"/>
in the XML configuration file, but the execution gives me an empty list of tables.
Thank you