I have a column that has some numeric characters appended to the varchar column and I need the starting position of the numeric character in the string. I used patindex('%[0-9]%',<string>) in my t-sql, it works. But when I tried to convert that into SSIS expression, I am not finding any equivalent function to achieve this. Does anybody know how to do this?