Legacy Dev Forum Posts

 View Only

Sign Up

Check message subject and body for multiple strings

  • 1.  Check message subject and body for multiple strings

    Posted 06-05-2025 19:11

    kike_zelenza | 2021-03-21 17:01:09 UTC | #1

    Hello good Is it possible to match a word within a sentence?

    Example: If(IsSet(Message.Message.body), Contains(Message.Message.body, "keyword1"), false) OR If(IsSet(Message.Message.body), Contains(Message.Message.body, "keyword2"), false)

    It is possible to use this query but to search for those "words" within a phrase that contains them?

    Regards,


    anon11147534 | 2021-03-26 16:51:40 UTC | #2

    Hi,

    Yes, that syntax can be used to find substrings in any string of text.


    system | 2021-04-26 16:51:44 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 10340