Hello!
I need a regexp which will fix sender's name in reply message.
For example, if sender's name is John-IBM or John.IBM I want to remove the - . and everything after that. So instead of "Hello John-IBM" and "...John-IBM wrote:" there should be "Hello John" and "...John wrote:".
Thank you.
I need a regexp which will fix sender's name in reply message.
For example, if sender's name is John-IBM or John.IBM I want to remove the - . and everything after that. So instead of "Hello John-IBM" and "...John-IBM wrote:" there should be "Hello John" and "...John wrote:".
Thank you.
Edited: - 12 June 2009 09:03:07