In message <[EMAIL PROTECTED]>, larry hamel
 writes:
>    private String match( String toMatch ) {
>        if ( mMatcher.matches(toMatch, mIP_Pattern ) ) {

You mean to use contains().

daniel



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to