Page 1 of 1

string function

Posted: Tue Nov 18, 2008 11:46 am
by rmeenakumari822
Hi

i have a string like "ap_re_tfg_bftr"

what is the function to find how many "-" symbol is present in a string

Pls help me

Thanks

Posted: Tue Nov 18, 2008 11:51 am
by filename.txt
Use COUNT function in transformer.
Count(Link.Inputcolumn,"substring") In you case substring is "_"