Search group list using Perl style regular expressions.

Examples:
Look for...Pattern...
Group named comp.lang.tcl ^comp.lang.tcl$
All groups matching 'autos' autos
All groups starting with 'soc' ^soc.*

Search Again