AnalyzeTextLinesAndEOL

Function AnalyzeTextLinesAndEOL 

Source
pub fn AnalyzeTextLinesAndEOL(TextContent: &str) -> (Vec<String>, String)
Expand description

Analyzes text content to determine its line endings and splits it into a vector of lines.