Recently the convenience method split() was approved for
java.lang.String. A more powerful counterpart to this method
added to Pattern would offer more flexibility for those
who need it.
The convenience method accepts only String, which is beleived
to be the most common case and the easiest to use. Others may
need to access the functionality through the CharSequence
interface.
java.lang.String. A more powerful counterpart to this method
added to Pattern would offer more flexibility for those
who need it.
The convenience method accepts only String, which is beleived
to be the most common case and the easiest to use. Others may
need to access the functionality through the CharSequence
interface.