Searched defs:fix_col (Results 1 – 3 of 3) sorted by relevance
9 …IFF2STR",f:parse_BIFF2STR},6:{n:"Formula",f:parse_Formula},9:{n:"BOF",f:parse_BOF},10:{n:"EOF",f:p… property
11446 function fix_col(cstr) { return cstr.replace(/^([A-Z])/,"$$$1"); } function
4279 function fix_col(cstr/*:string*/)/*:string*/ { return cstr.replace(/^([A-Z])/,"$$$1"); } function