Just to close this out, m#regex# worked perfectly, thanks for the tip. On Thu, Aug 25, 2016 at 4:27 PM, Eric Covener <[email protected]> wrote:
> On Thu, Aug 25, 2016 at 3:59 PM, Brian A. Davis <[email protected]> > wrote: > > <If "%{REQUEST_URI} =~ /\.foo.com(?:\:\d{2,5}|\/.*)?$/"> > > The limitation is that you cannot use the separator inside the regex, > even when you escape it. It's a limitation in the expression engine > used for If, not the regex library. > > You can use m#...# in your case. > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
