Actually, no, for it to work correctly I have to swap the positions of the CRLF and the LF splits in the sequence. Then it works correctly (I think).

Code:
$stackTraceLines = $($($($stackTraceToParse -Split "`r`n") -Split "`n") -Split '\\r\\n' )
_________________________
Tony Fabris