filmov
tv
Splitting string with pipe character | Split String Using Regex Reserved Characters in Java |

Показать описание
You will get unexpected results if you use regex reserved characters such as Pipe (|), Dollar ($), Asteric (*) to split string using the split() method of String class.