I need to extract a string from a given set of string. The string given is :
Data string 1 : LOAD TEST ABC,2146520,9856452147
Data string 2 : LOAD TEST:804749:9756325874
Here, the string set has a static value "LOAD TEST ABC" and "LOAD TEST", here i need to extract the string from the middle 2146520 and 804749 as an Id.
