html.expandURLs
| Syntax |
html.expandURLs (s)
|
| Params |
s is a string containing URLs to be expanded.
|
| Action |
Expands all the URLs in a string.
|
| Returns |
The string with expanded URLs.
|
| Examples |
html.expandURLs ("http://www.scripting.com/") » "<a href=\"http://www.scripting.com/">http://www.scripting.com/</a>"
html.expandURLs ("No URLs in this string.")
html.expandURLs ("webmaster@userland.com")
html.expandURLs ("ftp://ftp.userland.com/userland/ http://www.userland.com/")
|
| Notes |
This verb is new in Frontier 5.1.
|