--iAzLNm1y1mIRgolD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2006.09.30 01:03, Gavin Kistner wrote: > > And, shouldn't /m tell it to include everying, including newlines? > > No, the multiline option causes the regexp engine to include newlines in > the '.' character class. Unlike some other languages, I don't believe it > has any effect on ^ or $. That is correct--^matches right after a newline and $ right before it. \A and \Z are beginning and end of a given String, respectively. --iAzLNm1y1mIRgolD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFHU5J7Nh7RM4TrhIRAk8uAJ46SvyZf33SgkOlRR+CBUGyAAS/NQCg3XQo WrTJTBeO5Nydb6lm3+qAjIc Cj -----END PGP SIGNATURE----- --iAzLNm1y1mIRgolD--