Hi,
I have a regex equation.The equation works fine if there is a match but sometimes the reference word is also not present in the text file. So i have given a if condition as string.isNullorEmpty(Regexresult(0).tostring).But this equation is throwing me an error if the reference word is not present .what is the solution for this?