Hello. How can you break an array into two parts in the right place, if the element of the desired index is repeated. For example, I need to get the last number in the expression 45-23 * 996-25 (how to break an array at the place of the second minus)? Thank you in advance