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
1 REPLY 1

Denis__Dennehy
Level 15
I would recommend experimenting with the function builder and the evaluate expression tools in the decision/calculation stages. If you went through the text functions available you would quickly find something that would suit your needs. In this instance you probably want something like the following: InStr(Upper([My Text]),"".PDF"")>0