What kind of regex does the Radius server accept? Is the Radius server written in Perl? Because all regex are not equal. The basic syntax (.*+?[]) is pretty standard. The Perl 5 extensions are only available in Perl 5 and programs that use the PCRE library like Exim, Python, Apache, and PHP.
Comment on Re: Re: regex that simulates boolean logic
Yes, this Radius server was written in Perl.. there was an article in perl.com about it recently, you can find it here..
We run this under Perl 5.6.1, so it should accept anything that Perl 5.6.1 can handle, I think.. although their sample regex use some notations that I havent used before (ie: I learnt that ^ is a form of negation only after I read the docs)