What should be the Settings of IsMatch Activity to Extract the Whole Word only?

Dears,

What should be the Settings of IsMatch Activity to Extract the Whole Word only ?

Suppose I have the following 2 Words : Teach & Teacher, What should be the setting for this activity to extract only Teach and not Teacher.

Thanks in Advance

Hey check here:

1 Like

Thanks @Mikolaj_Zielinski , Do I need to put the following : /\b($word)\b/i in pattern field?

check here, it should be good :slight_smile: https://regex101.com/

1 Like

@hsendel - Here you go…

image

Adding a word boundary will pick the exact word as shown below…

image

Hope this helps…

1 Like

Thanks @Mikolaj_Zielinski & @prasath17 . Problem Fixed … I appreciate :+1:

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