Hi,
I have an issue with regards to extraction information from text file and need help and idea.
I have input as below
Block 11 (Plot 461 - Plot462)= 12 units Block 14 (Plot 601 - Plot624)= 24 units
(Plot 476 - Plot487)= 12 units (Plot 626 - Plot649)= 24 units
Block 12 (Plot 501 - Plot 524)= 24 units Block 15 (Plot 651 - Plot 706) = 56 units
and expected output as
How can I extract those info by using Regex ? is that possible to used regex command in this situation.
Thank you