<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#0050d0">
<font size="-1"><font face="Helvetica, Arial, sans-serif">How do you
use pcre named pattern matches with store-matches?<br>
I've been trying to do things like<br>
<font color="#990000">message("IP: (?<ip>\S+)"
flags(store-matches) type("pcre"))</font><br>
and then insert into a database with things like <br>
<font color="#990000">values("$ip")</font> or <font color="#990000">values("$+{ip}")</font><br>
and nothing works.<br>
I cant seem to find any examples of usage through google either.<br>
</font></font>
</body>
</html>