# regular expression to use to match URLs
REGEXP (https?|ftp|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">]

# command to invoke for selected URL
COMMAND urlview.sh '%s'

