Hi,

> I would like to make an expression to replace abc.be and abcnet.be so only 
> one line is nacessary (like realm == "~abc$") ?

regex stuff? 

(realm =~ /~abc[a-zA-Z_]+?\.be/i)

?


alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to