Re: checking a IP sent from form

Re: checking a IP sent from form

am 19.12.2007 00:47:09 von Jeff Dillon

"Evertjan." wrote in message
news:Xns9A09B83B016C2eejj99@194.109.133.242...
> daddywhite wrote on 17 dec 2007 in
> microsoft.public.inetserver.asp.general:
>
>>
>>
>> Forgot to post the Function!!!:::
>>
>> Function InstrCount(ByVal StringToSearch, ByVal StringToFind)
>> If Len(StringToFind) Then
>> InstrCount = UBound(Split(StringToSearch, StringToFind))
>> End If
>> End Function
>>
>
> The function of what? This is not email.
>
> [please always quote on usenet]
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)

Looks like a VB.Net function to me! And I'm sure you could find a valid
regular expression to do similar.

Jeff