You'll want to add:

import re

...at the top of the transform, then do something like:

if re.search("trunk", descr):

or 

if re.search("trunk", iface.description):

Whichever variable you need to use.




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=38609#38609

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to