hi all,
I am facing trouble constructing a regexp replace function.
For example,
current string: "I need help", he replied.
characters to be replaced: "I need help", (including the quotations and the comma)
final string expected: he replied.
Th regexp I am trying to use is ".+",
My code...