Actions
$url » History » Revision 1
Revision 1/8
| Next »
Per Amundsen, 08/14/2015 02:00 PM
Added in 1.9.3
$url
TODO
$url(N)
Returns the Nth captured URL address in URL catcher.
Parameters
N - If N = 0, number of URL addresses, otherwise the Nth URL address.
Propertes
.desc - TODO
.group - TODO
Example
; Print number of caught URL addresses. //echo -ag $url(0) ; Print the first caught URL address. //echo -ag $url(1)
Updated by Per Amundsen about 9 years ago · 1 revisions