Barry Finkel wrote:
>I have a question about regular expressions and
>accept_these_nonmembers. If I want any address in
>
> anl.gov
>or
> example.com
>
>to be able to post, is this correct for the accept_these_nonmembers box?
>
> ^.*anl\.gov
> ^.*example\.com
>
>Do I need a "$" at
I have a question about regular expressions and
accept_these_nonmembers. If I want any address in
anl.gov
or
example.com
to be able to post, is this correct for the accept_these_nonmembers box?
^.*anl\.gov
^.*example\.com
Do I need a "$" at the end of each regular expressio