#TodayILearned a better way to split lines in #powershell
“This is rna string.".Split([Environment]::NewLine)
(Via @JosephRyanRies)
#TodayILearned a better way to split lines in #powershell
“This is rna string.".Split([Environment]::NewLine)
(Via @JosephRyanRies)