file name : example.txt
inside text file
33.0.123
loading "apple\folder1\folder2"
loading "bat\folder3\folder4"
unloaded "cat\fold5\fold6"
33.0.122
loading "apple\folder1\folder2"
loading "bat\folder3\folder4"
unloaded "cat\fold5\fold6"
33.0.121
loading "apple\folder1\folder2"
loading "bat\folder3\folder4"
unloaded "cat\fold5\fold6"
i have to select text only from 33.0.123 to 33.0.122 and i want to select only loading part ,discard unloaded part using regex
Loading
VulpesPosted Jun 19, 2013, 5:21 AM
The output should be:
VulpesPosted Jun 24, 2013, 5:58 AM
As expected, the output this time is:
suhas settyPosted Jun 24, 2013, 2:16 AM
In string output ,the value 33.0.123 will be stored.
i want to use output instead of 33.0.123 and it should check n no of loadings until unloaded is found