FIX: regex pattern extraction (e.g. --output-regex)
commit6898a7c65a6c687259aac1ba9a5eb0112ff49647
authorToni Gundogdu <legatvs@gmail.com>
Sun, 14 Jul 2013 13:54:34 +0000 (14 16:54 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Sun, 14 Jul 2013 13:54:35 +0000 (14 16:54 +0300)
tree69e6b637736dd33982a85ddecc6be2e9d36f00ae
parenteef985db8bb20d68fc8fbf597863a80778c0c5a3
FIX: regex pattern extraction (e.g. --output-regex)

Change the op_s and op_m (of the lutil_regex_op) patterns used to
extract the regex pattern properties, making the following possible:
  $ quvi get -g '%t:s/\//_/' URL

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
src/util/regex.c