Hi ,
I need to delete a matching substring when found in string 1 ignoring whitespaces and charcters like -.
The example I have is:
string 1="The LawyerWhat happened to A&O's first female partner?The LawyerWhen Clare Maurice was made up at Allen & Overy (A&O) in 1985 she was the sole female partner at the firm. Twenty-five years later, gradual change in the";
I need to match string2 below in string 1 and delete it from string 1.
string 2="What happened to A&O's first female partner? - The Lawyer";
Thanks a lot