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
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:
Thanks @Mikolaj_Zielinski , Do I need to put the following : /\b($word)\b/i in pattern field?
check here, it should be good https://regex101.com/
@hsendel - Here you go…
Adding a word boundary will pick the exact word as shown below…
Hope this helps…
Thanks @Mikolaj_Zielinski & @prasath17 . Problem Fixed … I appreciate
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.