Java String.split() Regex

后端 未结 6 610
南笙
南笙 2020-11-27 16:23

I have a string:

String str = \"a + b - c * d / e < f > g >= h <= i == j\";

I want to split the string on all of the operators

6条回答
提交回复
热议问题