Answer the question
In order to leave comments, you need to log in
How to split a string in a certain way?
There is a string like:
"from lowerRange to upperRange y", where lowerRange and upperRange can be of different lengths.
It is necessary to output 2 substrings - lowerRange and upperRange
For example, input:
"from 124 871 to 252 676 ye", respectively output:
"124 871", "252 676"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question