Forum Academy Marketplace Showcase Pricing Features

"Contains" Conditional with Count Option?

I am trying to create a conditional where if a character occurs in the value more than once, that conditional is triggered. For example, I have a a conditional where:

Index’s WORD contains index’s TEXT_1_2 (with text being a single character)

What am wondering is if it’s possible to determine the number of occurrences, so that this statement is only true if the character is only present once.

Thanks!

You need regex for this. Regex will return all the matches of that particular regex. So you do a count on that and if the count is 1 then do whatever

The exact bubble command is “extract with regex”