Hello!
The input format of the string is: a different number of string (through spaces) space 3 int -a (through spaces). I need to break this line into two, in one string and in the second int .
I know that in Java there is a split method for this, but I do not know which regular expression to put in the parameters. Tell me how it can be done.