
Javascript string split function does not recognize "\r" character.
I have a web page that uses a javascript function to parse a data file with each record delimited by /r/n. The function uses the string SPLIT method with the record delimiters /r/n to parse the records into an array. It works perfectly in Firefox version 3.6.19 but the same function fail in version 5.0.1.
I have a web page that uses a javascript function to parse a data file with each record delimited by /r/n. The function uses the string SPLIT method with the record delimiters /r/n to parse the records into an array. It works perfectly in Firefox version 3.6.19 but the same function fail in version 5.0.1.