drupal - Creating a rule for nodes with a title beginning -


i'm trying create rule in drupal applied nodes beginning specific phrase. i've created rule, having problems specific condition.

i've set data comparison condition, comparing data in node:title. it's next part i'm unsure of. i've set operator equals, , data value the phrase here* hasn't worked.

am going in wrong way or making silly mistake?

thanks

use "text comparison" , set comparison operator "starts with". notice text here case sensitive. if need regular expression use option respectively.


Comments