Check wether notification contains certain word (s)
Posted: 05 Jun 2013 00:38
Hi, I would like to filter notifications by checking if a notification title contains a certain word.
I know that by using the following in an expression, I can check whether the WHOLE title is the word itself:
title == "notificationtitle"
I would like to know how to check if a notification title even just PARTLY matches the word im looking for. I was thinking I have to add something between the quotes, but i wouldn't know what. (Im new to automagic)
How do I do this?
I know that by using the following in an expression, I can check whether the WHOLE title is the word itself:
title == "notificationtitle"
I would like to know how to check if a notification title even just PARTLY matches the word im looking for. I was thinking I have to add something between the quotes, but i wouldn't know what. (Im new to automagic)
How do I do this?