Does not include
Checks if a single source string does not include the sub-string provided.
Example Use Case
An energy company wants to check whether or not customers are signed up to the Smart Meter Energy tariff they are currently trying to promote. They can use this information to ensure customers are presented with content relating to that promotion when they next interact with the company. Using the does not include function, they can create an Eligibility Rule that checks whether or not a customer is currently on the relevant tariff.
Example Eligibility Rule
product_details for current tariff does not include "SM02/_021" ignoring case
Note
- You can choose whether to ignore or match case when searching for a sub-string.