I\'m trying to spit the string with a delimiter, which is a string:
$string = \"5637144576, messag<>est<<>>5637145326, 1<<>>563
Instaed of using Split method, you can use split operator. So your code will be like this:
Split
split
$string -split '<<>>'