Finding all types of end-of-line delimiters in a file
I have the following function to get all of the different types of end-of-line delimiters in a file. There may be one or more, so I want to return an array of all types.
I have the following function to get all of the different types of end-of-line delimiters in a file. There may be one or more, so I want to return an array of all types.