a='hi how are you_I am fine"
now if write a[/(.*)/] here it includes "" symbol also with hi how are
you. I can use delete() function to delete “_” but I would like to
handle using regular expression alone. how would I write for that?
require output is,
‘hi how are you’