[phobos] [D-Programming-Language/phobos] c76de6: Added namedGroups property to Regex struct.

GitHub noreply at github.com
Thu Jul 11 22:42:07 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: c76de6191f6ebd2efdfd9b9cdd682dc9f5c09f1e
      https://github.com/D-Programming-Language/phobos/commit/c76de6191f6ebd2efdfd9b9cdd682dc9f5c09f1e
  Author: Laurie Clark-Michalek <bluepeppers at archlinux.us>
  Date:   2013-07-03 (Wed, 03 Jul 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Added namedGroups property to Regex struct.

Extended NamedGroupRange to be a random access and forward range, and added length memeber.

Changed name of namedGroups property to namedCaptures


  Commit: cea5bd77f76ecbc82a92b05a491c4973bd7b9c93
      https://github.com/D-Programming-Language/phobos/commit/cea5bd77f76ecbc82a92b05a491c4973bd7b9c93
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Merge pull request #1385 from blackwhale/named-regex

Added namedGroups property to Regex struct.


Compare: https://github.com/D-Programming-Language/phobos/compare/c85bb0fb8345...cea5bd77f76e


More information about the phobos mailing list