cancel
Showing results for 
Search instead for 
Did you mean: 

Expression Find

jcarver
Level 3
Hi Guys, If I have a data item with text for e.g. "information.PDF;information.DOC" or "12345.DOC" what expression would I use to identify that it had for e.g. "PDF" text? so I could have a (YES/NO) decision. Much appreciated. Regards, Johnny
2 REPLIES 2

JohnTomkins
Staff
Staff
InStr([Text], ""PDF"")>0 in a decision stage.

jcarver
Level 3
Thank you John & bastiaan 🙂