I have some code that creates a task from an email when it is received. In the email is a hyperlink, but when the hyperlink is copied to the task there are extra characters being added to the front and end of the hyperlink itself. How can I strip these out programmatically? I need to strip out (delete) the characters that appear before and after the double quotes (and including the double quotes themselves). Here is an example of how the hyperlink gets copied into the task:
HYPERLINK "And here is an example of how it should look:
Thanks for the help.
HYPERLINK "And here is an example of how it should look:
Thanks for the help.