I have the following text from a text file.
#AAA#WantedData#bbb#ccc#ddd#eee#SoOn#
I want to get only the WantedData from the above string. Always I want to get the data between second and third #sign.
What is the efficient way to achieve this in python?