From the documentation, it’s not clear. In Java you could use the split method like so:

"some string 123 ffd".split("123");

6 Answers
6

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *