parse_address_list {rj}R Documentation

Parse a string into a rfc822 address list.

Description

EBNF at http://tools.ietf.org/html/rfc2822#section-3.4

Usage

parse_address_list(x)

Arguments

x

string to parse

Value

a list of addresses

Examples

parse_address_list("<a@b.com> Alison, <c@d.com> Colin")

[Package rj version 0.2.25 Index]