[sr-dev] git:master: module regex: pcre_match_group() allows pseudo-variable in group parameter

Iñaki Baz Castillo ibc at aliax.net
Wed Feb 23 01:44:36 CET 2011


Module: sip-router
Branch: master
Commit: 7ea366cd3d7ba57926e08fec1c17a1d1eb45f06c
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ea366cd3d7ba57926e08fec1c17a1d1eb45f06c

Author: Iñaki Baz Castillo <ibc at aliax.net>
Committer: Iñaki Baz Castillo <ibc at aliax.net>
Date:   Wed Feb 23 01:09:57 2011 +0100

module regex: pcre_match_group() allows pseudo-variable in group parameter

- example: pcre_match_group("$rU", "$var(num)"),
  where $var(num) can be a pseudo-variable containing an integer
  pointing to any group in the regex text file.
- module documentation updated and improved.

---

 modules_k/regex/README              |  338 ++++++++++++++++++++---------------
 modules_k/regex/doc/regex_admin.xml |   32 +++-
 modules_k/regex/regex_mod.c         |   20 ++-
 3 files changed, 232 insertions(+), 158 deletions(-)

Diff:   http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=7ea366cd3d7ba57926e08fec1c17a1d1eb45f06c



More information about the sr-dev mailing list