In Java, I am trying to split on the ^ character, but it is failing to recognize it. Escaping \\^ throws code error.
^
\\^
Is this a special char
None of the above answers makes no sense. Here is the right explanation.
String splitstr = "\\^";