Differs from String.split() in that it behaves like PHP's explode(): If s is the same string as c, the method returns an array with two elements both containing ""
See Implementation
Differs from String.split() in that it behaves like PHP's explode(): If s is the same string as c, the method returns an array with two elements both containing ""