Code:
strSecondHeaderValue  = "a_b_c";
alert(strSecondHeaderValue + '\n\n' + strSecondHeaderValue.indexOf['_']);
Why is the indexOf() property coming out as undefined ?