Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
4.4k views
in Power Apps by 29 37 42
Is there any function in PowerApps that check if a string contain specific substring? function like contain() ??

Please let me know how can i achieve this ?

1 Answer

1 like 0 dislike
by 48 54 93
edited by
 
Best answer

Check if PowerApps string contains a substring

In PowerApps there are many functions that can check if the PowerApps string contains a substring.

  1. You can use IsMatch with MatchOptions.Contains or with the regular expression pattern
  2. You can use Find Function Find(Substring, String [, Start])
  3. You can use Exactin function

I listed all these functions that you can use to check if a string contains a specific substring in the following article, Check If PowerApps Contains Substring

If you don’t ask, the answer is always NO!
...