How to use is matches activity for two different cases or more?

If I have a variable “text” and I want to check if text is “abc” or “def” with isMatches activity (my project complexity requires isMatches) how can I use this activity to have a proper boolean ?

For now I have “(?:abc)?(?:abc)?” so it is set up to True everytime because all sequences are “0 or 1”. How can I turn this to “One of them” ?

Regards,

1 Like

@Maxime_Bonis pls try with this

image

Thanks

1 Like