SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use .split("[|]").
.split("[|]")
(I used this instead of .split("\\|"), which didn't work for me.)
.split("\\|")