[Devel] Patch - LCR Strip Option
Juha Heinanen
jh at tutpro.com
Tue Dec 13 17:02:41 CET 2005
Ovidiu Sas writes:
> In the current implementation of the load_gws(), the special characters %
> and _ are used for matching From URI (imposed by the SQL query). In the
> new implementation I would like to use regular expressions for matching the
> >From URI. This will break the backward compatibility, but it will give
> more flexibility.
>
> Comments?
i agree with that, but basic posix regular expressions should be enough
in this application. i don't understand why, for example, in
check_route_param extended regular expressions are used. i would think
that matching basic regular expressions is faster that matching extended
expressions.
-- juha
More information about the Devel
mailing list