Posted 19 years ago
by Marianne
Using the tutorial to get a hyperlink identified in string, it only seems to work if the hyperlink is at the very start of the string and not if it is anywhere in the middle. For example:
"http://www.somewhere.com" - works
"my url is http://www.somewhere.com" - does not work
I've tried using LookBehind values but nothing seems to have any effect.
"http://www.somewhere.com" - works
"my url is http://www.somewhere.com" - does not work
I've tried using LookBehind values but nothing seems to have any effect.
------------------------------- Marianne