I'm insane, but that's beside the point.
The point is that a
String's split method returns a one-element array when I use "$" as the delimiter.
1: I am absolutely sure the source (regex) has $'s in it.
2: This method works beautifully for every delimiter but $.
Is it a special character? I haven't found any escape codes for it.
Here's a snippet of the code, asssuming dd is a String.
I have a piece of code here that proves the existence of $:
Netbeans 8.0.1,
Java 1.8.
...and yes, I have tried restarting Netbeans.