I have attached a text input with my workflow. Can some one guide me on how to filter rows having only apple/apples from the column with RegEx tool
Hi @whiran — Try this solution:
REGEX_CountMatches([Fruit], "apple")
And, using a RegEx tool with Match output method, like below:
.*(apple).*
@whiran
This one
How about this one?
Appeciate you would mark it as accepted if you think it is useful.
@Qiu Can you do it with regex tool in Alteryx designer if you don't mind
@vizAlter @Qiu
Thanks both of you for the cooperation